mirror of
https://github.com/containers/podman.git
synced 2025-12-08 23:00:23 +08:00
update c/{common,image,storage} to latest
Signed-off-by: Paul Holzinger <pholzing@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
@@ -32,8 +32,6 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
// DefaultInitPath is the default path to the container-init binary.
|
||||
DefaultInitPath = "/usr/libexec/podman/catatonit"
|
||||
// DefaultInfraImage is the default image to run as infrastructure containers in pods.
|
||||
DefaultInfraImage = ""
|
||||
// DefaultRootlessSHMLockPath is the default path for rootless SHM locks.
|
||||
|
||||
7
vendor/github.com/containers/common/pkg/config/default_common.go
generated
vendored
Normal file
7
vendor/github.com/containers/common/pkg/config/default_common.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !freebsd
|
||||
// +build !freebsd
|
||||
|
||||
package config
|
||||
|
||||
// DefaultInitPath is the default path to the container-init binary.
|
||||
var DefaultInitPath = "/usr/libexec/podman/catatonit"
|
||||
3
vendor/github.com/containers/common/pkg/config/default_freebsd.go
generated
vendored
3
vendor/github.com/containers/common/pkg/config/default_freebsd.go
generated
vendored
@@ -1,5 +1,8 @@
|
||||
package config
|
||||
|
||||
// DefaultInitPath is the default path to the container-init binary.
|
||||
var DefaultInitPath = "/usr/local/libexec/podman/catatonit"
|
||||
|
||||
func getDefaultCgroupsMode() string {
|
||||
return "enabled"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user