Colin Walters <walt...@verbum.org> writes: > On Tue, Aug 9, 2016, at 12:55 PM, Giuseppe Scrivano wrote: >> Hi, >> >> I would like to introduce bwrap-oci, a tool to convert from an OCI >> configuration file to a command line for bubblewrap: >> >> https://github.com/giuseppe/bwrap-oci >> >> While system containers are executed through runc which uses directly >> the OCI configuration file, containers that run as non root will use >> bubblewrap[1] through bwrap-oci. With bwrap-oci the same image format >> can be used for both variants, as the OCI configuration file will be >> converted to the bubblewrap command line to run the container. > > And this is likely to become a dependency of the atomic install --user > work right? In that case, makes sense to me. If no one has any further > comment let's do the move tomorrow.
yes right, `atomic --user` will require bwrap-oci to work as of this commit: https://github.com/projectatomic/atomic/commit/56b59573ab88861ddf4d5a30f6bb8ba0e18fb12a Thanks, Giuseppe