mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 04:15:16 +00:00
22 lines
771 B
YAML
22 lines
771 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.55
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:598439400c1e4bf8c25c63c98b2d3e83b1382be9
|
|
- linuxkit/runc:v0.5
|
|
- linuxkit/containerd:0784cc754edb296b996c3510abbdf69686ef0f24
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:v0.5
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:a780a39198cf98e2b93b773b36f9fc40a278edd0
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:2687ed712690766b8156a77ac600005b532d2c7d
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|