Involved Projects and Packages
Conmon is a monitoring program and communication tool between a
container manager (like podman or CRI-O) and an OCI runtime (like
runc or crun) for a single container.
This project was created for package netavark via attribute OBS:Maintained
This project was created for package distrobox-image via attribute OBS:Maintained
This project was created for package docker-compose via attribute OBS:Maintained
This project was created for package gvisor-tap-vsock via attribute OBS:Maintained
This project was created for package docker-stable via attribute OBS:Maintained
This project was created for package containerd via attribute OBS:Maintained
This project is where work on new versions for packages related to containers, like docker, runc, etc. is being done. This project contains the packages as well as the runtime dependencies. Thus, feel free to add this repo to your box and install the packages you are interested in.
Some build time dependencies are on other projects that we use on "build time", like go packages. If you are interested on knowing where each build dependency comes from, use "osc buildinfo".
Some packages here are automatically submitted to openSUSE:Factory.
Feel free to fork the packages here and send submit requests with patches/updates.
containerd is a daemon with an API and a command line client, to manage
containers on one machine. It uses runC to run containers according to the OCI
specification. containerd has advanced features such as seccomp and user
namespace support as well as checkpoint and restore for cloning and live
migration of containers.