mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 21:06:33 +00:00
19 lines
815 B
YAML
19 lines
815 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:6.6.13
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
|
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
|
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:86d697ff5c01aadc43081060a10cabbf039c4297
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
|
command: ["/bin/sh", "/poweroff.sh", "120"]
|