We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed7e28 commit 25d04a2Copy full SHA for 25d04a2
1 file changed
tools/make/image.mk
@@ -99,7 +99,7 @@ image.build.multiarch:
99
.PHONY: image.push.multiarch
100
image.push.multiarch:
101
@$(LOG_TARGET)
102
- docker buildx build bin -f "$(ROOT_DIR)/tools/docker/$(IMAGES)/Dockerfile" -t "${IMAGE}:${TAG}" --platform "${BUILDX_PLATFORMS}" --push
+ docker buildx build bin -f "$(ROOT_DIR)/tools/docker/$(IMAGES)/Dockerfile" -t "${IMAGE}:${TAG}" --platform "${BUILDX_PLATFORMS}" --sbom=false --provenance=false --push
103
104
##@ Image
105
0 commit comments