We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1567a commit 8ad2334Copy full SHA for 8ad2334
Makefile
@@ -519,7 +519,7 @@ docker-build-and-push-rke2-bootstrap:
519
DOCKER_BUILDKIT=1 BUILDX_BUILDER=$(MACHINE) docker buildx build \
520
--platform $(TARGET_PLATFORMS) \
521
--push \
522
- --sbom=true \
+ --sbom=false \
523
--attest type=provenance,mode=max \
524
--iidfile=$(IID_FILE) \
525
--build-arg builder_image=$(GO_CONTAINER_IMAGE) \
@@ -533,7 +533,7 @@ docker-build-and-push-rke2-controlplane:
533
534
535
536
537
538
539
0 commit comments