File: engine-opencontainers-cgroups.patch

package info (click to toggle)
docker.io 27.5.1%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 67,368 kB
  • sloc: sh: 5,847; makefile: 1,011; ansic: 664; python: 162; asm: 133
file content (18 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (2)
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"