mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
vendor latest c/common
Includes the healthcheck_events field. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/common/pkg/config/default.go
generated
vendored
1
vendor/github.com/containers/common/pkg/config/default.go
generated
vendored
@@ -344,6 +344,7 @@ func defaultEngineConfig() (*EngineConfig, error) {
|
||||
c.VolumePluginTimeout = DefaultVolumePluginTimeout
|
||||
c.CompressionFormat = "gzip"
|
||||
|
||||
c.HealthcheckEvents = true
|
||||
c.HelperBinariesDir.Set(defaultHelperBinariesDir)
|
||||
if additionalHelperBinariesDir != "" {
|
||||
// Prioritize additionalHelperBinariesDir over defaults.
|
||||
|
||||
Reference in New Issue
Block a user