mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 06:42:46 +00:00
22 lines
772 B
YAML
22 lines
772 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.4.39
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:9415d6bba5ca440e4f526b51c1d4cae51eefcdde
|
|
- linuxkit/runc:v0.8
|
|
- linuxkit/containerd:a4aa19c608556f7d786852557c36136255220c1f
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.8
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:fabda492c6efc9e34b9f994b09d03ffc0facd8d8
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:06dd4e46c62fbe79123a028835c921f80e4855d3
|
|
command: ["/bin/sh", "/poweroff.sh", "120"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|