This is the first step to be able to use flist format run any OCI runtime (runc, ...)
The definition of an OCI bundle: https://github.com/opencontainers/runtime-spec/blob/master/bundle.md
So it really only requires 2 things:
config.json
- the root filesystem of the application.
Flist format already provide a way to have a full filesystem mounted using 0-fs
So the only things missing is the config.json.
This is the first step to be able to use flist format run any OCI runtime (runc, ...)
The definition of an OCI bundle: https://github.com/opencontainers/runtime-spec/blob/master/bundle.md
So it really only requires 2 things:
config.jsonFlist format already provide a way to have a full filesystem mounted using 0-fs
So the only things missing is the config.json.