Skip to content

Commit 55630bc

Browse files
authored
Merge pull request #542 from elezar/remove-provenance
Remove provenance information from image manifests
2 parents ac90b79 + bced007 commit 55630bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployments/container/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ ARTIFACTS_ROOT ?= $(shell realpath --relative-to=$(CURDIR) $(DIST_DIR))
9292
$(BUILD_TARGETS): build-%: $(ARTIFACTS_ROOT)
9393
DOCKER_BUILDKIT=1 \
9494
$(DOCKER) $(BUILDX) build --pull \
95+
--provenance=false --sbom=false \
9596
$(DOCKER_BUILD_OPTIONS) \
9697
$(DOCKER_BUILD_PLATFORM_OPTIONS) \
9798
--tag $(IMAGE) \

0 commit comments

Comments
 (0)