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.
2 parents ac90b79 + bced007 commit 55630bcCopy full SHA for 55630bc
deployments/container/Makefile
@@ -92,6 +92,7 @@ ARTIFACTS_ROOT ?= $(shell realpath --relative-to=$(CURDIR) $(DIST_DIR))
92
$(BUILD_TARGETS): build-%: $(ARTIFACTS_ROOT)
93
DOCKER_BUILDKIT=1 \
94
$(DOCKER) $(BUILDX) build --pull \
95
+ --provenance=false --sbom=false \
96
$(DOCKER_BUILD_OPTIONS) \
97
$(DOCKER_BUILD_PLATFORM_OPTIONS) \
98
--tag $(IMAGE) \
0 commit comments