mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
update github.com/opencontainers/cgroups to v0.0.6
Includes one small fix for a breaking change in a type. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -375,7 +375,7 @@ func GetLimits(resource *spec.LinuxResources) (runcconfig.Resources, error) {
|
||||
|
||||
// Pids
|
||||
if resource.Pids != nil {
|
||||
final.PidsLimit = resource.Pids.Limit
|
||||
final.PidsLimit = &resource.Pids.Limit
|
||||
}
|
||||
|
||||
// Networking
|
||||
|
||||
Reference in New Issue
Block a user