mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 11:03:31 +00:00
22 lines
843 B
YAML
22 lines
843 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:720920b4a1b4dd90c99e8f91d543381798c4c3cb
|
|
- linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5
|
|
- linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:0c214d1854b7d98e29ec9ea618befd5529b627ae
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00
|
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|