Skip to content

Commit

Permalink
Merge pull request #7 from elezar/fix-provenance
Browse files Browse the repository at this point in the history
Remove provenance information from images
  • Loading branch information
elezar committed Jun 27, 2024
2 parents bbac08f + b69a1c3 commit d67d559
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 @@ -90,6 +90,7 @@ build-ubi8: DOCKERFILE_SUFFIX = ubi8
$(BUILD_TARGETS): build-%:
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 d67d559

Please sign in to comment.