# 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:5.4.39 cmdline: "console=ttyS0" init: - linuxkit/init:v0.8 - linuxkit/runc:v0.8 - linuxkit/containerd:v0.8 onboot: - name: dhcpcd image: linuxkit/dhcpcd:v0.8 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config image: linuxkit/test-kernel-config:fabda492c6efc9e34b9f994b09d03ffc0facd8d8 - name: poweroff image: linuxkit/poweroff:06dd4e46c62fbe79123a028835c921f80e4855d3 command: ["/bin/sh", "/poweroff.sh", "120"] trust: org: - linuxkit