From b69a1c36e9675e16db77cb0d4b9c336cb44c62d9 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 27 Jun 2024 09:41:17 +0200 Subject: [PATCH] Remove provenance information from images Signed-off-by: Evan Lezar --- deployments/container/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/deployments/container/Makefile b/deployments/container/Makefile index 994f3bc..4a74687 100644 --- a/deployments/container/Makefile +++ b/deployments/container/Makefile @@ -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) \