mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:53:02 +00:00
22 lines
809 B
YAML
22 lines
809 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:4.19.71
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:1d8e0532ca588c5ad0d9ca6038349a70bb7ac626
|
|
- linuxkit/runc:c1f0db27e71d948f3134b31ce76276f843849b0a
|
|
- linuxkit/containerd:751de142273e1b5d2d247d2832d654ab92e907bc
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.7
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:0e9308f871ac86c680d64836a050547a2feebb36
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
|
command: ["/bin/sh", "/poweroff.sh", "120"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|