Files
linuxkit/test/hack/test.yml
2017-08-03 17:36:22 +01:00

26 lines
939 B
YAML

# FIXME: This should use the minimal example
# We continue to use the kernel-config-test as CI is currently expecting to see a success message
kernel:
image: linuxkit/kernel:4.9.40
cmdline: "console=ttyS0"
init:
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
onboot:
- name: dhcpcd
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: check-kernel-config
image: linuxkit/test-kernel-config:d58766bb6c0def3df9e6ffc645ee11677f127faa
- name: poweroff
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
command: ["/bin/sh", "/poweroff.sh", "3"]
trust:
image:
- linuxkit/kernel
- linuxkit/init
- linuxkit/runc
- linuxkit/containerd
- linuxkit/dhcpcd