mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 09:46:18 +00:00
22 lines
843 B
YAML
22 lines
843 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.14.32
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:7af4e32f31f04d6c63d457c502d2f69344db7d72
|
|
- linuxkit/runc:e4b01b68b225d694a60f8b335258bd2144971239
|
|
- linuxkit/containerd:d03b69c7d23fdae0fec1b6e62a72d362992135df
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:a3eb5aa39ed8e426cc2b33606820edc59301ae4d
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:f9a0a5e52fd2a97908bda33db2afffafe4a6a67d
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|