Update pause image to 3.5
This patch updates the pause container image to the latest release. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
parent
b3ccfe882d
commit
4cfca98e2b
|
|
@ -45,7 +45,7 @@ var (
|
||||||
// DefaultInitPath is the default path to the container-init binary
|
// DefaultInitPath is the default path to the container-init binary
|
||||||
DefaultInitPath = "/usr/libexec/podman/catatonit"
|
DefaultInitPath = "/usr/libexec/podman/catatonit"
|
||||||
// DefaultInfraImage to use for infra container
|
// DefaultInfraImage to use for infra container
|
||||||
DefaultInfraImage = "k8s.gcr.io/pause:3.4.1"
|
DefaultInfraImage = "k8s.gcr.io/pause:3.5"
|
||||||
// DefaultRootlessSHMLockPath is the default path for rootless SHM locks
|
// DefaultRootlessSHMLockPath is the default path for rootless SHM locks
|
||||||
DefaultRootlessSHMLockPath = "/libpod_rootless_lock"
|
DefaultRootlessSHMLockPath = "/libpod_rootless_lock"
|
||||||
// DefaultDetachKeys is the default keys sequence for detaching a
|
// DefaultDetachKeys is the default keys sequence for detaching a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue