coreos/rpm-ostree

Add generic container configuration

cgwalters opened this issue · 2 comments

Today we have basic support for container-cmd to be the equivalent of the CMD containerfile instruction. We should support everything in the spec (xref config spec and Rust API).

I think probably the simplest is to support deserializing the Rust struct literally inside a treefile, like:
container_config: Option<oci_spec::image::Config>.