mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
updated common to 0.35.0
Signed-off-by: Parker Van Roy <pvanroy@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/pkg/config/default.go
generated
vendored
2
vendor/github.com/containers/common/pkg/config/default.go
generated
vendored
@ -45,7 +45,7 @@ var (
|
||||
// DefaultInitPath is the default path to the container-init binary
|
||||
DefaultInitPath = "/usr/libexec/podman/catatonit"
|
||||
// DefaultInfraImage to use for infra container
|
||||
DefaultInfraImage = "k8s.gcr.io/pause:3.2"
|
||||
DefaultInfraImage = "k8s.gcr.io/pause:3.4.1"
|
||||
// DefaultRootlessSHMLockPath is the default path for rootless SHM locks
|
||||
DefaultRootlessSHMLockPath = "/libpod_rootless_lock"
|
||||
// DefaultDetachKeys is the default keys sequence for detaching a
|
||||
|
Reference in New Issue
Block a user