mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 06:22:40 +00:00
22 lines
735 B
YAML
22 lines
735 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.54
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:3f1e5c32d6ca9e83a7ea7ad9854da2032971a83f
|
|
- linuxkit/runc:v0.5
|
|
- linuxkit/containerd:v0.5
|
|
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
|