mirror of
https://github.com/containers/podman.git
synced 2025-10-19 04:03:23 +08:00
build(deps): bump github.com/containers/common from 0.8.1 to 0.9.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/containers/common/releases) - [Commits](https://github.com/containers/common/compare/v0.8.1...v0.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/common/pkg/config/default.go
generated
vendored
3
vendor/github.com/containers/common/pkg/config/default.go
generated
vendored
@ -246,6 +246,8 @@ func defaultConfigFromMemory() (*EngineConfig, error) {
|
||||
"/usr/local/sbin/kata-runtime",
|
||||
"/sbin/kata-runtime",
|
||||
"/bin/kata-runtime",
|
||||
"/usr/bin/kata-qemu",
|
||||
"/usr/bin/kata-fc",
|
||||
},
|
||||
}
|
||||
c.ConmonEnvVars = []string{
|
||||
@ -267,6 +269,7 @@ func defaultConfigFromMemory() (*EngineConfig, error) {
|
||||
"runc",
|
||||
}
|
||||
c.RuntimeSupportsNoCgroups = []string{"crun"}
|
||||
c.RuntimeSupportsKVM = []string{"kata", "kata-runtime", "kata-qemu", "kata-fc"}
|
||||
c.InitPath = DefaultInitPath
|
||||
c.NoPivotRoot = false
|
||||
|
||||
|
Reference in New Issue
Block a user