mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 21:03:50 +00:00
22 lines
810 B
YAML
22 lines
810 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.104
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:a4fcf333298f644dfac6adf680b83140927aa85e
|
|
- linuxkit/runc:69b4a35eaa22eba4990ee52cccc8f48f6c08ed03
|
|
- linuxkit/containerd:09553963ed9da626c25cf8acdf6d62ec37645412
|
|
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:94fdeb494e09200fc05b6da39822aabfaca234e4
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:b498d30dd9660090565537fceb9e757618737a85
|
|
command: ["/bin/sh", "/poweroff.sh", "120"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|