mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 13:38:54 +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>
19 lines
683 B
YAML
19 lines
683 B
YAML
# Sample YAML file for manual testing
|
|
kernel:
|
|
image: linuxkit/kernel:6.6.71
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:7e8f626582eab2f142d4b8ce217e4c121ac748ed
|
|
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
|
onboot:
|
|
- name: test-ns
|
|
image: linuxkit/test-ns:ccc8fcb0b116399d73bc7b55b204b0a0779aa472
|
|
command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"]
|
|
# command: ["/bin/sh", "/runc-net.sh", "-l", "5", "-i", "2", "-c", "5", "-p", "unix", "-ip", "6"]
|
|
mounts: # for runc
|
|
- type: cgroup
|
|
options: ["rw"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|