mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 07:52:47 +00:00
* bump containerd-dev to 2.0.2 Signed-off-by: Avi Deitcher <avi@deitcher.net> * update pkg/init libs to containerd-20 Signed-off-by: Avi Deitcher <avi@deitcher.net> * bump linuxkit CLI containerd deps to 20 Signed-off-by: Avi Deitcher <avi@deitcher.net> * update test/pkg/containerd to work with containerd v2.x tests Signed-off-by: Avi Deitcher <avi@deitcher.net> * update containerd-dev deps Signed-off-by: Avi Deitcher <avi@deitcher.net> * update pkg/init and pkg/containerd dependencies Signed-off-by: Avi Deitcher <avi@deitcher.net> * update test/pkg/containerd deps Signed-off-by: Avi Deitcher <avi@deitcher.net> --------- Signed-off-by: Avi Deitcher <avi@deitcher.net>
22 lines
443 B
YAML
22 lines
443 B
YAML
image: test-containerd
|
|
config:
|
|
capabilities:
|
|
- all
|
|
tmpfs:
|
|
- /tmp
|
|
binds:
|
|
- /dev:/dev
|
|
- /var/lib:/var/lib
|
|
- /etc/resolv.conf:/etc/resolv.conf
|
|
- /usr/bin/runc:/usr/bin/runc
|
|
- /usr/bin/containerd:/usr/bin/containerd
|
|
devices:
|
|
# all block and character devices
|
|
- path: all
|
|
type: b
|
|
- path: all
|
|
type: c
|
|
mounts:
|
|
- type: cgroup
|
|
options: ["rw","nosuid","noexec","nodev","relatime"]
|