1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: Reinhard Tartler
Subject: switch to opencontainers/cgroups
Upstream: https://github.com/moby/moby/commit/4db84b197dfc23f2a8b5d0d0c569cab124e14d8d
Forwarded: not-needed
Index: docker.io/engine/daemon/oci_linux.go
===================================================================
--- docker.io.orig/engine/daemon/oci_linux.go
+++ docker.io/engine/daemon/oci_linux.go
@@ -30,7 +30,7 @@ import (
"github.com/moby/sys/mountinfo"
"github.com/moby/sys/user"
"github.com/moby/sys/userns"
- "github.com/opencontainers/runc/libcontainer/cgroups"
+ "github.com/opencontainers/cgroups"
specs "github.com/opencontainers/runtime-spec/specs-go"
"github.com/pkg/errors"
"go.opentelemetry.io/otel"
|