# 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.10.104 cmdline: "console=ttyS0" init: - linuxkit/init:31dcd928602e39ee752843ebcf6c35cbae73c883 - linuxkit/runc:7ecf2e5253905855fb554b072d42903f7829c8b6 - linuxkit/containerd:f645aa2f8aa58023149d7766725039572a2ebeb5 onboot: - name: dhcpcd image: linuxkit/dhcpcd:0cca76e71466fc6128fad585549b70538855f254 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config image: linuxkit/test-kernel-config:e51a0075fdb6a2c469da49740d390aab2dfd68ba - name: poweroff image: linuxkit/poweroff:4e252be56edea2f8cc51be4c16853a8812cd87bd command: ["/bin/sh", "/poweroff.sh", "120"]