Files
linuxkit/test/pkg/ns/template.yml
Rolf Neugebauer 0dd8086d39 Update YAMLs to latest runc/containerd/test-containerd
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
2021-10-16 16:57:15 +01:00

19 lines
650 B
YAML

# Sample YAML file for manual testing
kernel:
image: linuxkit/kernel:5.10.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:78fb57c7da07c4e43c3a37b27755581da087a3b6
- linuxkit/runc:f9c8a136f6aca1cde95b249eb5095df702c23ac8
onboot:
- name: test-ns
image: linuxkit/test-ns:<hash>
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:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
command: ["/bin/sh", "/poweroff.sh", "3"]