mirror of
https://github.com/containers/podman.git
synced 2025-12-01 10:38:05 +08:00
Update c/image and c/common to latest, c/buildah to main
... to include https://github.com/containers/image/pull/2173, https://github.com/containers/common/pull/1731 and https://github.com/containers/buildah/pull/5143 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
8
vendor/github.com/containers/buildah/define/types.go
generated
vendored
8
vendor/github.com/containers/buildah/define/types.go
generated
vendored
@@ -58,8 +58,8 @@ const (
|
||||
type TeeType string
|
||||
|
||||
var (
|
||||
// DefaultCapabilities is the list of capabilities which we grant by
|
||||
// default to containers which are running under UID 0.
|
||||
// Deprecated: DefaultCapabilities values should be retrieved from
|
||||
// github.com/containers/common/pkg/config
|
||||
DefaultCapabilities = []string{
|
||||
"CAP_AUDIT_WRITE",
|
||||
"CAP_CHOWN",
|
||||
@@ -75,8 +75,8 @@ var (
|
||||
"CAP_SETUID",
|
||||
"CAP_SYS_CHROOT",
|
||||
}
|
||||
// DefaultNetworkSysctl is the list of Kernel parameters which we
|
||||
// grant by default to containers which are running under UID 0.
|
||||
// Deprecated: DefaultNetworkSysctl values should be retrieved from
|
||||
// github.com/containers/common/pkg/config
|
||||
DefaultNetworkSysctl = map[string]string{
|
||||
"net.ipv4.ping_group_range": "0 0",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user