Files
linuxkit/test/pkg/ns/template.yml
Krister Johansen 45222dfaaf Move init image to fbcbbe3ace0b3e9455300017dd07625293a0d4d4.
This attempts to work around a CI issue where we're running out of disk
space when rebuilding the init package.

Signed-off-by: Krister Johansen <krister.johansen@oracle.com>
2018-06-11 08:29:20 -07:00

22 lines
642 B
YAML

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