Files
linuxkit/test/hack/test.yml
Ian Campbell 610bfd3e11 Bump yml to pickup containerd v1.1.3
Also pick a newer version of runc.

Signed-off-by: Ian Campbell <ijc@docker.com>
2018-08-30 13:58:12 +01:00

22 lines
807 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.14.63
cmdline: "console=ttyS0"
init:
- linuxkit/init:e24105ebb339e1a2e578fde7ec8bccf844a633d5
- linuxkit/runc:1dc6559fd0a9a332c740312637af0c3fbe6bafa3
- linuxkit/containerd:ed0589d53e29890b0e504f594a0e4af7326b6484
onboot:
- name: dhcpcd
image: linuxkit/dhcpcd:v0.6
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: check-kernel-config
image: linuxkit/test-kernel-config:1aaef970b5f70791d74d6f980ad38af4035948f8
- name: poweroff
image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300
command: ["/bin/sh", "/poweroff.sh", "3"]
trust:
org:
- linuxkit