diff --git a/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml b/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml index 74cf5fe919..21d4f152c8 100644 --- a/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml +++ b/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml @@ -545,7 +545,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=() diff --git a/task/buildah-oci-ta/0.2/buildah-oci-ta.yaml b/task/buildah-oci-ta/0.2/buildah-oci-ta.yaml index 040c10a9ef..5de700e38c 100644 --- a/task/buildah-oci-ta/0.2/buildah-oci-ta.yaml +++ b/task/buildah-oci-ta/0.2/buildah-oci-ta.yaml @@ -546,7 +546,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=() diff --git a/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml b/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml index 71569512c0..841a237e5f 100644 --- a/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml +++ b/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml @@ -616,7 +616,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=() diff --git a/task/buildah-remote-oci-ta/0.2/buildah-remote-oci-ta.yaml b/task/buildah-remote-oci-ta/0.2/buildah-remote-oci-ta.yaml index b72d5383f1..d9a41f40b3 100644 --- a/task/buildah-remote-oci-ta/0.2/buildah-remote-oci-ta.yaml +++ b/task/buildah-remote-oci-ta/0.2/buildah-remote-oci-ta.yaml @@ -617,7 +617,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=() diff --git a/task/buildah-remote/0.1/buildah-remote.yaml b/task/buildah-remote/0.1/buildah-remote.yaml index d57dd06ac1..4d0582a266 100644 --- a/task/buildah-remote/0.1/buildah-remote.yaml +++ b/task/buildah-remote/0.1/buildah-remote.yaml @@ -613,7 +613,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=() diff --git a/task/buildah-remote/0.2/buildah-remote.yaml b/task/buildah-remote/0.2/buildah-remote.yaml index 58e3ab3277..2ad0dd4866 100644 --- a/task/buildah-remote/0.2/buildah-remote.yaml +++ b/task/buildah-remote/0.2/buildah-remote.yaml @@ -599,7 +599,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=() diff --git a/task/buildah/0.1/buildah.yaml b/task/buildah/0.1/buildah.yaml index 1958a7c64e..dbd4be538f 100644 --- a/task/buildah/0.1/buildah.yaml +++ b/task/buildah/0.1/buildah.yaml @@ -509,7 +509,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=() 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=()