mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 08:32:53 +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:bf45651001f871323d70b746330e8c2a94f767e6
|
|
- linuxkit/runc:ab0b50b622b8e34031b6bb8b18497100a558a11d
|
|
- linuxkit/containerd:c85f857bb3ed72b91509df20d1b9b3e430160074
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:f67a935a3768da88a5d8252188e71b65f0feadf7
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:697204b8e699c0c18bbba7a8b4be92a9d9faa1da
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:b24c9c42e53bd5b7a0ddbbf1a923ce0baad3d2f0
|
|
command: ["/bin/sh", "/poweroff.sh", "120"]
|