From f92447de20869963e89d5399aefbd05af0b36fe8 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 30 Jul 2024 15:41:48 -0400 Subject: [PATCH] Update task/buildah/0.2/buildah.yaml Co-authored-by: Adam Cmiel --- task/buildah/0.2/buildah.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task/buildah/0.2/buildah.yaml b/task/buildah/0.2/buildah.yaml index e7c1ddec7c..af11cceabf 100644 --- a/task/buildah/0.2/buildah.yaml +++ b/task/buildah/0.2/buildah.yaml @@ -495,7 +495,7 @@ spec: container=$(buildah from --pull-never $IMAGE) echo "Injecting sbom files into /root/buildinfo/content_manifests/ of $IMAGE" buildah copy $container sbom-cyclonedx.json sbom-purl.json /root/buildinfo/content_manifests/ - echo "Re-applying base image annotations and labels" + echo "Re-applying base image annotations" buildah config -a org.opencontainers.image.base.name=${base_image_name} -a org.opencontainers.image.base.digest=${base_image_digest} $container BUILDAH_ARGS=()