Files
linuxkit/test/pkg/containerd/build.yml
Avi Deitcher 198db9089f containerd 20 (#4100)
* 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>
2025-02-24 18:40:56 +02:00

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"]