mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 18:34:18 +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.71
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
|
|
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
|
|
- 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"]
|