Skip to content

Commit

Permalink
Update task/buildah/0.2/buildah.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Cmiel <[email protected]>
  • Loading branch information
ralphbean and chmeliik authored Jul 30, 2024
1 parent 248d5a2 commit f92447d
Showing 1 changed file with 1 addition and 1 deletion.
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 f92447d

Please sign in to comment.