mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 17:24:44 +00:00
26 lines
939 B
YAML
26 lines
939 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.9.39
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:d049e7b2074da5cd699a27defb47eb101142455d
|
|
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
|
|
- linuxkit/containerd:e33e0534d6fca88e1eb86897a1ea410b4a5d722e
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:7e8bcae3e661f5b48c00cf2f15bbef19b35fac76
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
image:
|
|
- linuxkit/kernel
|
|
- linuxkit/init
|
|
- linuxkit/runc
|
|
- linuxkit/containerd
|
|
- linuxkit/dhcpcd
|