mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 10:09:11 +00:00
26 lines
947 B
YAML
26 lines
947 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.35"
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
|
- linuxkit/runc:2310ad9d266cf5d9c4d07613bd2135ed7eb8a21f
|
|
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: "linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41"
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: "linuxkit/test-kernel-config:9f08e3b99f8ac2f422251b3e8c94ce874ee34119"
|
|
- name: poweroff
|
|
image: "linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05"
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
image:
|
|
- linuxkit/kernel
|
|
- linuxkit/init
|
|
- linuxkit/runc
|
|
- linuxkit/containerd
|
|
- linuxkit/dhcpcd
|