forked from pool/podman
Accepting request 789007 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/789007 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=59
This commit is contained in:
parent
8c406e8a17
commit
97208f0a9f
@ -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"
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 27 12:40:44 UTC 2020 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Use infra_image pause:3.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 27 09:52:26 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
||||
|
||||
- Fix dependency on slirp4netns. We need at least 0.4.0 now
|
||||
(bsc#1167850)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 20 07:56:22 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user