Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OCI annotations to manifests and indexes #2976

Open
AustinAbro321 opened this issue Sep 6, 2024 · 1 comment
Open

Add OCI annotations to manifests and indexes #2976

AustinAbro321 opened this issue Sep 6, 2024 · 1 comment
Labels
enhancement ✨ New feature or request

Comments

@AustinAbro321
Copy link
Contributor

Is your feature request related to a problem? Please describe.

With the introduction of the v1beta1 schema we will deprecate several of these metadata fields in favor of an annotation field - #2636. Currently, annotations can be seen from a manifest config, check out the init package manifest config. To make it easier to consume annotations they should be added to both the OCI manifest and index.

Describe alternatives you've considered

We could keep them only on the manifest config or the zarf.yaml file, but since this is a low cost way to give more info on the image this seems beneficial.

@marshall007
Copy link

Related to #3009. We should also pull annotations from the blobs into layers when the layer is a well-defined OCI mediaType (like an image index/manifest).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants