Skip to content

Commit d7b2a8a

Browse files
committed
CA: build images without attestation manifests
1 parent f7fc231 commit d7b2a8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster-autoscaler/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ make-image: make-image-arch-$(GOARCH)
7070
make-image-arch-%:
7171
GOOS=$(GOOS) docker buildx build --pull --platform linux/$* \
7272
--build-arg "GOARCH=$*" \
73+
--provenance=false \
7374
-t ${IMAGE}-$*:${TAG} \
7475
-f Dockerfile .
7576
@echo "Image ${TAG}${FOR_PROVIDER}-$* completed"

0 commit comments

Comments
 (0)