# 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.6.71 cmdline: "console=ttyS0" init: - linuxkit/init:e2c6a1afb6750ea766c7386c7f2115f6e28fda4d - linuxkit/runc:c0d2d13905def9c220e1b61e3c4397e172dbfc2c - linuxkit/containerd:838b745e38e43309393675ce3cf04bee9047eb91 onboot: - name: dhcpcd image: linuxkit/dhcpcd:4681273eeea47c26d980958656e60fe70d49e318 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259 - name: poweroff image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7 command: ["/bin/sh", "/poweroff.sh", "120"]