mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-02 07:23:52 +00:00
19 lines
817 B
YAML
19 lines
817 B
YAML
# 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:8f1e6a0747acbbb4d7e24dc98f97faa8d1c6cec7
|
|
- linuxkit/runc:f01b88c7033180d50ae43562d72707c6881904e4
|
|
- linuxkit/containerd:de1b18eed76a266baa3092e5c154c84f595e56da
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:dca02848703c85d896907d63325883c058c1a9d7
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
|
command: ["/bin/sh", "/poweroff.sh", "120"]
|