Skip to content

Commit 4db84b1

Browse files
committedMar 23, 2025··
switch to github.com/opencontainers/cgroups
The runc libcontainer/cgroups package was moved to a separate module; switch our use of the runc module to use the new location. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c1cd4e5 commit 4db84b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+436
-1776
lines changed
 

‎daemon/oci_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
"github.com/moby/sys/mountinfo"
2828
"github.com/moby/sys/user"
2929
"github.com/moby/sys/userns"
30-
"github.com/opencontainers/runc/libcontainer/cgroups"
30+
"github.com/opencontainers/cgroups"
3131
"github.com/opencontainers/runtime-spec/specs-go"
3232
"github.com/pkg/errors"
3333
)

‎vendor.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ require (
8080
github.com/moby/sys/userns v0.1.0
8181
github.com/moby/term v0.5.2
8282
github.com/morikuni/aec v1.0.0
83+
github.com/opencontainers/cgroups v0.0.1
8384
github.com/opencontainers/go-digest v1.0.0
8485
github.com/opencontainers/image-spec v1.1.0
85-
github.com/opencontainers/runc v1.2.6
8686
github.com/opencontainers/runtime-spec v1.2.0
8787
github.com/opencontainers/selinux v1.11.1
8888
github.com/pelletier/go-toml v1.9.5

0 commit comments

Comments
 (0)
Please sign in to comment.