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 f7fc231 commit d7b2a8aCopy full SHA for d7b2a8a
cluster-autoscaler/Makefile
@@ -70,6 +70,7 @@ make-image: make-image-arch-$(GOARCH)
70
make-image-arch-%:
71
GOOS=$(GOOS) docker buildx build --pull --platform linux/$* \
72
--build-arg "GOARCH=$*" \
73
+ --provenance=false \
74
-t ${IMAGE}-$*:${TAG} \
75
-f Dockerfile .
76
@echo "Image ${TAG}${FOR_PROVIDER}-$* completed"
0 commit comments