mirror of
https://github.com/containers/podman.git
synced 2025-12-02 19:28:58 +08:00
Bump containers/common to latest main
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
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
@@ -29,7 +29,7 @@ const (
|
||||
_defaultTransport = "docker://"
|
||||
|
||||
// _defaultImageVolumeMode is a mode to handle built-in image volumes.
|
||||
_defaultImageVolumeMode = _typeBind
|
||||
_defaultImageVolumeMode = "anonymous"
|
||||
|
||||
// defaultInitName is the default name of the init binary
|
||||
defaultInitName = "catatonit"
|
||||
|
||||
Reference in New Issue
Block a user