mirror of
https://github.com/containers/podman.git
synced 2025-12-13 02:09:16 +08:00
Vendor in latest containers/common
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
15
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
15
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
@@ -370,11 +370,6 @@ type EngineConfig struct {
|
||||
// LockType is the type of locking to use.
|
||||
LockType string `toml:"lock_type,omitempty"`
|
||||
|
||||
// MachineEnabled indicates if Podman is running in a podman-machine VM
|
||||
//
|
||||
// This method is soft deprecated, use machine.IsPodmanMachine instead
|
||||
MachineEnabled bool `toml:"machine_enabled,omitempty"`
|
||||
|
||||
// MultiImageArchive - if true, the container engine allows for storing
|
||||
// archives (e.g., of the docker-archive transport) with multiple
|
||||
// images. By default, Podman creates single-image archives.
|
||||
@@ -421,6 +416,14 @@ type EngineConfig struct {
|
||||
// Indicates whether the application should be running in Remote mode
|
||||
Remote bool `toml:"remote,omitempty"`
|
||||
|
||||
// Number of times to retry pulling/pushing images in case of failure
|
||||
Retry uint `toml:"retry,omitempty"`
|
||||
|
||||
// Delay between retries in case pulling/pushing image fails
|
||||
// If set, container engines will retry at the set interval,
|
||||
// otherwise they delay 2 seconds and then exponentially back off.
|
||||
RetryDelay string `toml:"retry_delay,omitempty"`
|
||||
|
||||
// RemoteURI is deprecated, see ActiveService
|
||||
// RemoteURI containers connection information used to connect to remote system.
|
||||
RemoteURI string `toml:"remote_uri,omitempty"`
|
||||
@@ -660,6 +663,8 @@ type MachineConfig struct {
|
||||
Volumes attributedstring.Slice `toml:"volumes,omitempty"`
|
||||
// Provider is the virtualization provider used to run podman-machine VM
|
||||
Provider string `toml:"provider,omitempty"`
|
||||
// Rosetta is the flag to enable Rosetta in the podman-machine VM on Apple Silicon
|
||||
Rosetta bool `toml:"rosetta,omitempty"`
|
||||
}
|
||||
|
||||
// FarmConfig represents the "farm" TOML config tables
|
||||
|
||||
Reference in New Issue
Block a user