Describe the Enhancement
The images published to https://hub.docker.com/r/paketobuildpacks/builder-jammy-tiny/ do not have OCI image annotations, such as org.opencontainers.image.source
I believe at least these labels should be added to the images:
org.opencontainers.image.source
org.opencontainers.image.revision
Motivation
These annotations are useful for people to manual use as well as for use by tools. For example, Snyk uses them in its UI and Renovate uses them to find release notes. I have multiple projects that would benefit from these Snyk and Renovate capabilities.
Describe the Enhancement
The images published to https://hub.docker.com/r/paketobuildpacks/builder-jammy-tiny/ do not have OCI image annotations, such as
org.opencontainers.image.sourceI believe at least these labels should be added to the images:
org.opencontainers.image.sourceorg.opencontainers.image.revisionMotivation
These annotations are useful for people to manual use as well as for use by tools. For example, Snyk uses them in its UI and Renovate uses them to find release notes. I have multiple projects that would benefit from these Snyk and Renovate capabilities.