mirror of
https://github.com/containers/podman.git
synced 2025-12-02 19:28:58 +08:00
vendor c/common@852ca05a1f
Also force an update of c/image to prevent a downgrade. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/common/pkg/config/default.go
generated
vendored
3
vendor/github.com/containers/common/pkg/config/default.go
generated
vendored
@@ -104,6 +104,8 @@ const (
|
||||
CgroupfsCgroupsManager = "cgroupfs"
|
||||
// DefaultApparmorProfile specifies the default apparmor profile for the container.
|
||||
DefaultApparmorProfile = apparmor.Profile
|
||||
// DefaultDBBackend specifies the default database backend to be used by Podman.
|
||||
DefaultDBBackend = DBBackendBoltDB
|
||||
// DefaultHostsFile is the default path to the hosts file.
|
||||
DefaultHostsFile = "/etc/hosts"
|
||||
// SystemdCgroupsManager represents systemd native cgroup manager.
|
||||
@@ -387,6 +389,7 @@ func defaultConfigFromMemory() (*EngineConfig, error) {
|
||||
"/run/current-system/sw/bin/conmonrs",
|
||||
}
|
||||
c.PullPolicy = DefaultPullPolicy
|
||||
c.DBBackend = stringBoltDB
|
||||
c.RuntimeSupportsJSON = []string{
|
||||
"crun",
|
||||
"runc",
|
||||
|
||||
Reference in New Issue
Block a user