github.com/opencontainers/umoci@v0.4.8-0.20240508124516-656e4836fb0d/oci/config/generate/README.md (about) 1 ### `umoci/oci/config/generate` ### 2 3 This intends to be a library like `runtime-tools/generate` which allows you to 4 generate modifications to an OCI image configuration blob (of type 5 [`application/vnd.oci.image.config.v1+json`][oci-image-config]). It's a bit of 6 a shame that this is necessary, but it shouldn't be *that bad* to implement 7 8 The hope is that this library (or some form of it) will become an upstream 9 library so I don't have to maintain this for any extended period of time. 10 11 [oci-image-config]: https://github.com/opencontainers/image-spec/blob/master/config.md