github.com/opencontainers/umoci@v0.4.8-0.20240508124516-656e4836fb0d/oci/config/convert/README.md (about)

     1  ### `umoci/oci/config/convert` ###
     2  
     3  One fairly important aspect of creating a runtime bundle is the configuration
     4  of the container. While an image configuration and runtime configuration are
     5  defined on different levels (images are far more platform agnostic than runtime
     6  bundles), conversion from an image to a runtime configuration is defined as
     7  part of the OCI specification (thanks to this reference implementation).
     8  
     9  This package implements a fairly unopinionated implementation of that
    10  conversion, allowing consumers to easily add their own extensions in the
    11  runtime configuration generation.