mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 21:41:05 +02:00
app-emulation/containerd: disable CRI plugin
In containerd 1.1.2 it listens on port 10010 by default. Docker >= 18.06.1 disables the plugin when it launches containerd, but on Container Linux we run containerd directly.
This commit is contained in:
parent
8e40b7fa6e
commit
3d3744afa1
@ -6,6 +6,8 @@ state = "/run/docker/libcontainerd/containerd"
|
|||||||
subreaper = true
|
subreaper = true
|
||||||
# set containerd's OOM score
|
# set containerd's OOM score
|
||||||
oom_score = -999
|
oom_score = -999
|
||||||
|
# CRI plugin listens on a TCP port by default
|
||||||
|
disabled_plugins = ["cri"]
|
||||||
|
|
||||||
# grpc configuration
|
# grpc configuration
|
||||||
[grpc]
|
[grpc]
|
||||||
|
@ -66,7 +66,7 @@ RDEPEND="
|
|||||||
>=dev-vcs/git-1.7
|
>=dev-vcs/git-1.7
|
||||||
>=app-arch/xz-utils-4.9
|
>=app-arch/xz-utils-4.9
|
||||||
dev-libs/libltdl
|
dev-libs/libltdl
|
||||||
=app-emulation/containerd-1.1.2
|
=app-emulation/containerd-1.1.2-r1
|
||||||
=app-emulation/docker-runc-1.0.0_rc5_p19[apparmor?,seccomp?]
|
=app-emulation/docker-runc-1.0.0_rc5_p19[apparmor?,seccomp?]
|
||||||
=app-emulation/docker-proxy-0.8.0_p20180709
|
=app-emulation/docker-proxy-0.8.0_p20180709
|
||||||
container-init? ( >=sys-process/tini-0.13.1 )
|
container-init? ( >=sys-process/tini-0.13.1 )
|
||||||
|
@ -11,8 +11,8 @@ KEYWORDS="amd64 arm64"
|
|||||||
|
|
||||||
# Explicitly list all packages that will be built into the image.
|
# Explicitly list all packages that will be built into the image.
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
=app-emulation/docker-18.06.1-r1
|
=app-emulation/docker-18.06.1-r2
|
||||||
=app-emulation/containerd-1.1.2
|
=app-emulation/containerd-1.1.2-r1
|
||||||
=app-emulation/docker-proxy-0.8.0_p20180709
|
=app-emulation/docker-proxy-0.8.0_p20180709
|
||||||
=app-emulation/docker-runc-1.0.0_rc5_p19
|
=app-emulation/docker-runc-1.0.0_rc5_p19
|
||||||
=dev-libs/libltdl-2.4.6
|
=dev-libs/libltdl-2.4.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user