diff --git a/libpod.conf b/libpod.conf index 98b4bd1..4f8d52d 100644 --- a/libpod.conf +++ b/libpod.conf @@ -64,7 +64,7 @@ cni_default_network = "podman" #namespace = "" # Default infra (pause) image name for pod infra containers -infra_image = "registry.opensuse.org/kubic/pause:3.1" +infra_image = "registry.opensuse.org/kubic/pause:3.2" # Default command to run the infra container infra_command = "/usr/bin/pause" diff --git a/podman.changes b/podman.changes index 59ad2df..7b13113 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Mar 27 12:40:44 UTC 2020 - Richard Brown + +- Use infra_image pause:3.2 + +------------------------------------------------------------------- +Fri Mar 27 09:52:26 UTC 2020 - Ralf Haferkamp + +- Fix dependency on slirp4netns. We need at least 0.4.0 now + (bsc#1167850) + ------------------------------------------------------------------- Fri Mar 20 07:56:22 UTC 2020 - Sascha Grunert diff --git a/podman.spec b/podman.spec index 6feae32..ad2a2b6 100644 --- a/podman.spec +++ b/podman.spec @@ -64,7 +64,7 @@ Requires: libcontainers-common Requires: libcontainers-image Requires: libcontainers-storage Requires: runc >= 1.0.0~rc4 -Requires: slirp4netns >= 0.3.0 +Requires: slirp4netns >= 0.4.0 Requires: catatonit Requires: fuse-overlayfs Recommends: %{name}-cni-config = %{version}