Skip to content

Commit

Permalink
Merge pull request #542 from elezar/remove-provenance
Browse files Browse the repository at this point in the history
Remove provenance information from image manifests
  • Loading branch information
elezar authored Jun 14, 2024
2 parents ac90b79 + bced007 commit 55630bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/container/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ ARTIFACTS_ROOT ?= $(shell realpath --relative-to=$(CURDIR) $(DIST_DIR))
$(BUILD_TARGETS): build-%: $(ARTIFACTS_ROOT)
DOCKER_BUILDKIT=1 \
$(DOCKER) $(BUILDX) build --pull \
--provenance=false --sbom=false \
$(DOCKER_BUILD_OPTIONS) \
$(DOCKER_BUILD_PLATFORM_OPTIONS) \
--tag $(IMAGE) \
Expand Down

0 comments on commit 55630bc

Please sign in to comment.