mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 08:33:49 +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.35
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
|
|
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
|
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.3
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:12d9e1153ea4eec2ddb155ab2a782faca5f503e0
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|