mirror of
https://github.com/containers/podman.git
synced 2025-11-02 23:39:52 +08:00
Bump github.com/containers/common from 0.26.3 to 0.27.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.26.3 to 0.27.0. - [Release notes](https://github.com/containers/common/releases) - [Commits](https://github.com/containers/common/compare/v0.26.3...v0.27.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
committed by
Daniel J Walsh
parent
a64c6dc90a
commit
24ec03a5f1
2
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
2
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
@ -282,7 +282,7 @@ type EngineConfig struct {
|
||||
PullPolicy string `toml:"pull_policy,omitempty"`
|
||||
|
||||
// Indicates whether the application should be running in Remote mode
|
||||
Remote bool `toml:"-"`
|
||||
Remote bool `toml:"remote,omitempty"`
|
||||
|
||||
// RemoteURI is deprecated, see ActiveService
|
||||
// RemoteURI containers connection information used to connect to remote system.
|
||||
|
||||
Reference in New Issue
Block a user