Skip to content

Commit

Permalink
Correct log statement
Browse files Browse the repository at this point in the history
No labels are being applied here.

Co-authored-by: Adam Cmiel <acmiel@redhat.com>
  • Loading branch information
ralphbean and chmeliik committed Jul 31, 2024
1 parent 248d5a2 commit 5bd7b3d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion task/buildah-oci-ta/0.1/buildah-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down
2 changes: 1 addition & 1 deletion task/buildah-oci-ta/0.2/buildah-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down
2 changes: 1 addition & 1 deletion task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down
2 changes: 1 addition & 1 deletion task/buildah-remote-oci-ta/0.2/buildah-remote-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down
2 changes: 1 addition & 1 deletion task/buildah-remote/0.1/buildah-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down
2 changes: 1 addition & 1 deletion task/buildah-remote/0.2/buildah-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down
2 changes: 1 addition & 1 deletion task/buildah/0.1/buildah.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down
2 changes: 1 addition & 1 deletion task/buildah/0.2/buildah.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down

0 comments on commit 5bd7b3d

Please sign in to comment.