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

config: add support for org.opencontainers.image annotations #1197

Merged
merged 1 commit into from
Dec 3, 2023

Commits on Apr 21, 2023

  1. config: add support for org.opencontainers.image annotations

    These annotations are specified as part of the official conversion
    process from an OCI image configuration to an OCI runtime configuration
    since v1.0.0-rc7 of the image-spec but they were never officially
    specified in the runtime-spec.
    
    The fact these are not allowed by the current runtime-spec causes some
    issues with inter-spec compatibility. In order for tools like umoci to
    be able to do this generation properly, we need to allow this namespace
    to be used.
    
    Ref: https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/conversion.md
    Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
    cyphar committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    fccfb09 View commit details
    Browse the repository at this point in the history