aboutsummaryrefslogtreecommitdiffstats
path: root/testing/podman/libpod-config.patch
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-04-17 11:52:16 +0200
committerTBK <tbk@jjtc.eu>2020-04-17 10:38:53 +0000
commitfbeee4de1d0b3ca0c00d6c6646b6637c63c3b671 (patch)
tree08b10963db68ba7c725dfaae195f36d9b5af685e /testing/podman/libpod-config.patch
parentda227dc2b48a62091ce10ce146241cd0098ac5d8 (diff)
downloadaports-fbeee4de1d0b3ca0c00d6c6646b6637c63c3b671.tar.bz2
aports-fbeee4de1d0b3ca0c00d6c6646b6637c63c3b671.tar.xz
testing/podman: upgrade to 1.9.0
Diffstat (limited to 'testing/podman/libpod-config.patch')
-rw-r--r--testing/podman/libpod-config.patch12
1 files changed, 10 insertions, 2 deletions
diff --git a/testing/podman/libpod-config.patch b/testing/podman/libpod-config.patch
index 5d41a73128..784241f450 100644
--- a/testing/podman/libpod-config.patch
+++ b/testing/podman/libpod-config.patch
@@ -1,5 +1,5 @@
diff --git a/libpod.conf b/libpod.conf
-index 7e0228c1..c767b80d 100644
+index 1bc31eb4c..278551726 100644
--- a/libpod.conf
+++ b/libpod.conf
@@ -24,10 +24,10 @@ conmon_env_vars = [
@@ -23,4 +23,12 @@ index 7e0228c1..c767b80d 100644
"/usr/libexec/cni",
"/usr/lib/cni",
"/usr/local/lib/cni",
-
+@@ -116,7 +117,7 @@ num_locks = 2048
+ # detach_keys = "ctrl-p,ctrl-q"
+
+ # Default OCI runtime
+-runtime = "runc"
++runtime = "crun"
+
+ # List of the OCI runtimes that support --format=json. When json is supported
+ # libpod will use it for reporting nicer errors.