From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Stefan Agner <stefan@agner.ch>
Cc: meta-virtualization@yoctoproject.org,
Stefan Agner <stefan.agner@toradex.com>
Subject: Re: [PATCH v2 0/7] podman: add initial recipe
Date: Thu, 26 Sep 2019 10:37:12 -0400 [thread overview]
Message-ID: <20190926143711.GC9611@gmail.com> (raw)
In-Reply-To: <20190920071807.13139-1-stefan@agner.ch>
In message: [meta-virtualization] [PATCH v2 0/7] podman: add initial recipe
on 20/09/2019 Stefan Agner wrote:
> From: Stefan Agner <stefan.agner@toradex.com>
>
> 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`.
>
> Currently the build tags systemd (if in DISTRO_FEATURES),
> seccomp, varlink and remoteclient are enabled which allows to
> run podman with overlayfs as root and vfs in rootless mode.
> The storage drivers btrfs and device-mapper have not been
> tested and are disabled at the moment.
>
> --
> Stefan
>
> Changes in v2:
> - Add slirp4netns recipe for rootless networking support
> - Fix podman recipe to build properly (set GOARCH properly)
> - Fix podman recipe commit message and comments
> - Add varlink and remoteclient to build tags
> - Move cni binaries to /usr/libexec/cni and create symlink for /opt/cni/bin
FYI: I have this queued and under test. I'll follow up to the
individual patches if i have questions or issues that I can't fix
myself.
Bruce
>
> Stefan Agner (7):
> conmon: initial add
> go-metalinter: add recipe for gometalinter
> go-md2man: add md2man
> skopeo: add skopeo
> cni: move cni tools to /usr/libexec/cni
> slirp4netns: add slirp4netns user-mode networking
> podman: 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 | 93 +++++++++++++++++++
> 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 | 8 +-
> .../slirp4netns/slirp4netns_0.4.1.bb | 16 ++++
> 9 files changed, 294 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
> create mode 100644 recipes-networking/slirp4netns/slirp4netns_0.4.1.bb
>
> --
> 2.20.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
next prev parent reply other threads:[~2019-09-26 14:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-20 7:18 [PATCH v2 0/7] podman: add initial recipe Stefan Agner
2019-09-20 7:18 ` [PATCH v2 1/7] conmon: initial add Stefan Agner
2019-09-20 7:18 ` [PATCH v2 2/7] go-metalinter: add recipe for gometalinter Stefan Agner
2019-09-20 7:18 ` [PATCH v2 3/7] go-md2man: add md2man Stefan Agner
2019-09-20 7:18 ` [PATCH v2 4/7] skopeo: add skopeo Stefan Agner
2019-09-20 7:18 ` [PATCH v2 5/7] cni: move cni tools to /usr/libexec/cni Stefan Agner
2019-09-20 7:18 ` [PATCH v2 6/7] slirp4netns: add slirp4netns user-mode networking Stefan Agner
2019-09-20 7:18 ` [PATCH v2 7/7] podman: add the Pod Manager tool Stefan Agner
2019-09-26 14:37 ` Bruce Ashfield [this message]
2019-10-03 13:23 ` [PATCH v2 0/7] podman: add initial recipe Bruce Ashfield
2019-10-03 13:41 ` Stefan Agner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190926143711.GC9611@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@yoctoproject.org \
--cc=stefan.agner@toradex.com \
--cc=stefan@agner.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.