mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 12:12:34 +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.41
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:c7d651da1a5e308c757bc61ce6a41804ea843426
|
|
- linuxkit/runc:2d645aca4eee8d0d1f121177f1b696244219d250
|
|
- linuxkit/containerd:f69bc5b8ec0392e2d34d3fd3bfdb7266ef6d4ed4
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:d58766bb6c0def3df9e6ffc645ee11677f127faa
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
image:
|
|
- linuxkit/kernel
|
|
- linuxkit/init
|
|
- linuxkit/runc
|
|
- linuxkit/containerd
|
|
- linuxkit/dhcpcd
|