Files
linuxkit/test/pkg/ns/template.yml
Rolf Neugebauer 68cacfe871 tests: Fix the kernel in some tests
These must have fallen through the crack during various
kernel updates. Move everything to the latest 4.14.x kernel.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
2018-07-14 14:47:52 +01:00

22 lines
643 B
YAML

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