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