mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
Merge pull request #3478 from bgilbert/containerd
app-emulation/containerd: disable CRI plugin
This commit is contained in:
commit
32e72ea0d8
@ -6,6 +6,8 @@ state = "/run/docker/libcontainerd/containerd"
|
||||
subreaper = true
|
||||
# set containerd's OOM score
|
||||
oom_score = -999
|
||||
# CRI plugin listens on a TCP port by default
|
||||
disabled_plugins = ["cri"]
|
||||
|
||||
# grpc configuration
|
||||
[grpc]
|
||||
|
@ -66,7 +66,7 @@ RDEPEND="
|
||||
>=dev-vcs/git-1.7
|
||||
>=app-arch/xz-utils-4.9
|
||||
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-proxy-0.8.0_p20180709
|
||||
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.
|
||||
RDEPEND="
|
||||
=app-emulation/docker-18.06.1-r1
|
||||
=app-emulation/containerd-1.1.2
|
||||
=app-emulation/docker-18.06.1-r2
|
||||
=app-emulation/containerd-1.1.2-r1
|
||||
=app-emulation/docker-proxy-0.8.0_p20180709
|
||||
=app-emulation/docker-runc-1.0.0_rc5_p19
|
||||
=dev-libs/libltdl-2.4.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user