Hello community, here is the log from the commit of package podman for openSUSE:Factory checked in at 2019-09-11 10:23:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/podman (Old) and /work/SRC/openSUSE:Factory/.podman.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "podman" Wed Sep 11 10:23:25 2019 rev:48 rq:728730 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/podman/podman.changes 2019-09-02 13:18:59.641378772 +0200 +++ /work/SRC/openSUSE:Factory/.podman.new.7948/podman.changes 2019-09-11 10:23:25.275488220 +0200 @@ -1,0 +2,6 @@ +Thu Sep 5 15:26:01 UTC 2019 - Marco Vedovati <[email protected]> + +- Add katacontainers as a recommended package, and include it as an + additional OCI runtime in the configuration. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ podman.spec ++++++ --- /var/tmp/diff_new_pack.7UajeZ/_old 2019-09-11 10:23:25.899488143 +0200 +++ /var/tmp/diff_new_pack.7UajeZ/_new 2019-09-11 10:23:25.899488143 +0200 @@ -65,6 +65,7 @@ Requires: catatonit Requires: fuse-overlayfs Recommends: %{name}-cni-config = %{version} +Recommends: katacontainers %{go_nostrip} %if 0%{?with_libostree} BuildRequires: libostree-devel ++++++ libpod.conf ++++++ --- /var/tmp/diff_new_pack.7UajeZ/_old 2019-09-11 10:23:25.939488137 +0200 +++ /var/tmp/diff_new_pack.7UajeZ/_new 2019-09-11 10:23:25.939488137 +0200 @@ -119,6 +119,23 @@ runc = [ ] + +# Kata Containers is an OCI runtime, where containers are run inside lightweight +# VMs. Kata provides additional isolation towards the host, minimizing the host attack +# surface and mitigating the consequences of containers breakout. + +# Kata Containers with the default configured VMM +kata-runtime = [ +] + +# Kata Containers with the QEMU VMM +kata-qemu = [ +] + +# Kata Containers with the Firecracker VMM +kata-fc = [ +] + # The [runtimes] table MUST be the last thing in this file. # (Unless another table is added) # TOML does not provide a way to end a table other than a further table being
