Skip to content

Commit

Permalink
Merge pull request #765 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 13, 2024
2 parents 36bdace + c0e7cf2 commit ef91c5a
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 @@ -75,6 +75,7 @@ build-%: DOCKERFILE = $(CURDIR)/deployments/container/Dockerfile.$(DOCKERFILE_SU
$(IMAGE_TARGETS): image-%:
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 ef91c5a

Please sign in to comment.