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 <[email protected]>
  • Loading branch information
ralphbean and chmeliik committed Jul 30, 2024
1 parent 248d5a2 commit eafaec2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.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.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.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 eafaec2

Please sign in to comment.