mirror of
https://github.com/containers/podman.git
synced 2025-12-09 15:19:35 +08:00
Merge pull request #5925 from rhatdan/containers.conf
Bump to github.com/containers/common to v0.9.2
This commit is contained in:
6
vendor/github.com/containers/common/pkg/config/libpodConfig.go
generated
vendored
6
vendor/github.com/containers/common/pkg/config/libpodConfig.go
generated
vendored
@@ -224,6 +224,12 @@ func newLibpodConfig(c *Config) error {
|
||||
}
|
||||
}
|
||||
|
||||
// hard code EventsLogger to "file" to match older podman versions.
|
||||
if config.EventsLogger != "file" {
|
||||
logrus.Debugf("Ignoring lipod.conf EventsLogger setting %q. Use containers.conf if you want to change this setting and remove libpod.conf files.", config.EventsLogger)
|
||||
config.EventsLogger = "file"
|
||||
}
|
||||
|
||||
c.libpodToContainersConfig(config)
|
||||
|
||||
return nil
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -82,7 +82,7 @@ github.com/containers/buildah/pkg/secrets
|
||||
github.com/containers/buildah/pkg/supplemented
|
||||
github.com/containers/buildah/pkg/umask
|
||||
github.com/containers/buildah/util
|
||||
# github.com/containers/common v0.9.1
|
||||
# github.com/containers/common v0.9.2
|
||||
github.com/containers/common/pkg/apparmor
|
||||
github.com/containers/common/pkg/auth
|
||||
github.com/containers/common/pkg/capabilities
|
||||
|
||||
Reference in New Issue
Block a user