# 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:6.12.52 cmdline: "console=ttyS0" init: - linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4 - linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631 - linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc onboot: - name: dhcpcd image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0 - name: poweroff image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45 command: ["/bin/sh", "/poweroff.sh", "120"]