You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to see OCI image annotations added to the gcr.io/projectsigstore/cosign images (including the -dev ones).
These annotations are useful for people to use manually and for use by tools. For example, Snyk uses them in its UI and Renovate uses them to find release notes.
Description
I'd love to see OCI image annotations added to the
gcr.io/projectsigstore/cosign
images (including the-dev
ones).These annotations are useful for people to use manually and for use by tools. For example, Snyk uses them in its UI and Renovate uses them to find release notes.
At least these annotations would be great to set (and suggested values from GitHub's environment variables
org.opencontainers.image.source=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY
org.opencontainers.image.revision=$GITHUB_SHA
org.opencontainers.image.ref.name=$GITHUB_REF
$GITHUB_REF_TYPE=tag
thenorg.opencontainers.image.version=$GITHUB_REF_NAME
org.opencontainers.image.url=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY
org.opencontainers.image.created=$(date -Iseconds)
Other annotations would be great to add too, of course.
Currently, the only annotations set are
org.opencontainers.image.base.digest
andorg.opencontainers.image.base.name
:The text was updated successfully, but these errors were encountered: