Accepting request 728730 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/728730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=48
This commit is contained in:
parent
bb438b3b6c
commit
a1f6893c83
17
libpod.conf
17
libpod.conf
@ -119,6 +119,23 @@ runtime_supports_json = ["runc"]
|
|||||||
runc = [
|
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.
|
# The [runtimes] table MUST be the last thing in this file.
|
||||||
# (Unless another table is added)
|
# (Unless another table is added)
|
||||||
# TOML does not provide a way to end a table other than a further table being
|
# TOML does not provide a way to end a table other than a further table being
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 5 15:26:01 UTC 2019 - Marco Vedovati <mvedovati@suse.com>
|
||||||
|
|
||||||
|
- Add katacontainers as a recommended package, and include it as an
|
||||||
|
additional OCI runtime in the configuration.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 08:04:20 UTC 2019 - Marco Vedovati <mvedovati@suse.com>
|
Tue Aug 27 08:04:20 UTC 2019 - Marco Vedovati <mvedovati@suse.com>
|
||||||
|
|
||||||
|
@ -65,6 +65,7 @@ Requires: slirp4netns >= 0.3.0
|
|||||||
Requires: catatonit
|
Requires: catatonit
|
||||||
Requires: fuse-overlayfs
|
Requires: fuse-overlayfs
|
||||||
Recommends: %{name}-cni-config = %{version}
|
Recommends: %{name}-cni-config = %{version}
|
||||||
|
Recommends: katacontainers
|
||||||
%{go_nostrip}
|
%{go_nostrip}
|
||||||
%if 0%{?with_libostree}
|
%if 0%{?with_libostree}
|
||||||
BuildRequires: libostree-devel
|
BuildRequires: libostree-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user