mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 04:12:50 +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:11929b0007b87384f7372e9265067479c4616586
|
|
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
|
|
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873
|
|
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
|