# 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.9.66 cmdline: "console=ttyS0" init: - linuxkit/init:19ab525233763e1740cd3b9d60cd17141d316776 - linuxkit/runc:1b0741d07949c0acc444cd6a04ee7f833443579d - linuxkit/containerd:a25f471a8ca68e75afad7bf84187adbe70513b8d onboot: - name: dhcpcd image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config image: linuxkit/test-kernel-config:ff8fac1c318403aff3e2993dd9b130304e09f92e - name: poweroff image: linuxkit/poweroff:280bd01daa8776fbe1f4d912977f1886b8374834 command: ["/bin/sh", "/poweroff.sh", "3"] trust: image: - linuxkit/kernel - linuxkit/init - linuxkit/runc - linuxkit/containerd - linuxkit/dhcpcd