On 2019-09-03 19:20, Bruce Ashfield wrote: > On Sun, Sep 1, 2019 at 4:34 PM Stefan Agner <[email protected]> wrote: >> >> From: Stefan Agner <[email protected]> >> >> This adds Podman a daemonless container engine for developing, >> managing, and running OCI Containers on your Linux System. >> Containers can either be run as root or in rootless mode. >> Simply put: `alias docker=podman`. >> > > Also nice! This was also on my list, since I've been using runc/OCI > containers without any daemons for quite some time, and I thought this > would make a good addition to that support. > >> Currently a minimal set of features is supported. It requires > > Did you have a list of those features ? It might be a good idea to > document them in a README, so we'll know when someone is asking for > something that isn't supported by design.
The feature list actually grew to a bit more than minimal during development, so "minimal" is not quite accurate. But will be a bit more clear on what works in the next revision. -- Stefan > > Bruce > >> meta-security since libseccomp seems to be mandatory. >> >> -- >> Stefan >> >> Stefan Agner (6): >> conmon: initial add >> go-metalinter: add recipe for gometalinter >> go-md2man: add md2man >> skopeo: add skopeo >> cni: move cni tools to /usr/lib/cni >> podmon: add the Pod Manager tool >> >> recipes-containers/conmon/conmon_2.0.0.bb | 30 ++++++ >> ...ail-if-clean-is-called-without-a-bui.patch | 31 +++++++ >> recipes-containers/cri-o/files/crio.conf | 2 +- >> recipes-containers/podman/podman_git.bb | 91 +++++++++++++++++++ >> recipes-containers/skopeo/skopeo_git.bb | 73 +++++++++++++++ >> recipes-devtools/go/go-md2man_git.bb | 20 ++++ >> recipes-devtools/go/go-metalinter_git.bb | 24 +++++ >> recipes-networking/cni/cni_git.bb | 4 +- >> 8 files changed, 272 insertions(+), 3 deletions(-) >> create mode 100644 recipes-containers/conmon/conmon_2.0.0.bb >> create mode 100644 >> recipes-containers/conmon/files/0001-Makefile-don-t-fail-if-clean-is-called-without-a-bui.patch >> create mode 100644 recipes-containers/podman/podman_git.bb >> create mode 100644 recipes-containers/skopeo/skopeo_git.bb >> create mode 100644 recipes-devtools/go/go-md2man_git.bb >> create mode 100644 recipes-devtools/go/go-metalinter_git.bb >> >> -- >> 2.20.1 >> >> -- >> _______________________________________________ >> meta-virtualization mailing list >> [email protected] >> https://lists.yoctoproject.org/listinfo/meta-virtualization -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
