Files
linuxkit/test/pkg/ns/template.yml
Rolf Neugebauer 72c0cda916 Update YAMLs to the latest kernels
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
2019-05-27 22:31:32 +01:00

22 lines
607 B
YAML

# Sample YAML file for manual testing
kernel:
image: linuxkit/kernel:4.19.46
cmdline: "console=ttyS0"
init:
- linuxkit/init:v0.7
- linuxkit/runc:v0.7
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:b498d30dd9660090565537fceb9e757618737a85
command: ["/bin/sh", "/poweroff.sh", "3"]
trust:
org:
- linuxkit