mirror of
https://github.com/containers/podman.git
synced 2025-09-26 00:06:04 +08:00
Vendor in containers/common v0.30.0
Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
4
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
@ -268,6 +268,10 @@ type EngineConfig struct {
|
||||
// NetworkCmdPath is the path to the slirp4netns binary.
|
||||
NetworkCmdPath string `toml:"network_cmd_path,omitempty"`
|
||||
|
||||
// NetworkCmdOptions is the default options to pass to the slirp4netns binary.
|
||||
// For example "allow_host_loopback=true"
|
||||
NetworkCmdOptions []string `toml:"network_cmd_options,omitempty"`
|
||||
|
||||
// NoPivotRoot sets whether to set no-pivot-root in the OCI runtime.
|
||||
NoPivotRoot bool `toml:"no_pivot_root,omitempty"`
|
||||
|
||||
|
5
vendor/github.com/containers/common/pkg/config/containers.conf
generated
vendored
5
vendor/github.com/containers/common/pkg/config/containers.conf
generated
vendored
@ -348,6 +348,11 @@ default_sysctls = [
|
||||
#
|
||||
# network_cmd_path=""
|
||||
|
||||
# Default options to pass to the slirp4netns binary.
|
||||
# For example "allow_host_loopback=true"
|
||||
#
|
||||
# network_cmd_options=[]
|
||||
|
||||
# Whether to use chroot instead of pivot_root in the runtime
|
||||
#
|
||||
# no_pivot_root = false
|
||||
|
2
vendor/github.com/containers/common/version/version.go
generated
vendored
2
vendor/github.com/containers/common/version/version.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
package version
|
||||
|
||||
// Version is the version of the build.
|
||||
const Version = "0.29.0"
|
||||
const Version = "0.30.0"
|
||||
|
Reference in New Issue
Block a user