mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 18:34:18 +00:00
22 lines
845 B
YAML
22 lines
845 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:5.10.39
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:78fb57c7da07c4e43c3a37b27755581da087a3b6
|
|
- linuxkit/runc:bf1e0c61fb4678d6428d0aabbd80db5ea24e4d4d
|
|
- linuxkit/containerd:cc02c2af9c928c2faeccbe4edc78bd297ad91866
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:6b4d6aff84721c069ec38a89c88c2d725b6cc6c0
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
|
command: ["/bin/sh", "/poweroff.sh", "120"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|