mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 19:41:01 +00:00
22 lines
807 B
YAML
22 lines
807 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.29
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
|
|
- linuxkit/runc:7c39a68490a12cde830e1922f171c451fb08e731
|
|
- linuxkit/containerd:37e397ebfc6bd5d8e18695b121166ffd0cbfd9f0
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.2
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:f658811da20f069f71a863ba9469b4a2ae8910e1
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:f9a0a5e52fd2a97908bda33db2afffafe4a6a67d
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|