Files
linuxkit/test/hack/test.yml
Avi Deitcher 0d15d8d9bb Update package tags
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2024-01-28 15:32:09 +02:00

19 lines
817 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.104
cmdline: "console=ttyS0"
init:
- linuxkit/init:7e8c0f9a968894f6f8be80bfb99b3e16d201e50b
- linuxkit/runc:86b8092f0ad8635cc8b6b1c95a4b20f66c4095bb
- linuxkit/containerd:1b14966d84209083c9cbc757be862f97005e5796
onboot:
- name: dhcpcd
image: linuxkit/dhcpcd:cf2f1bb633284e0c2b0745c9d29aee66fab449aa
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: check-kernel-config
image: linuxkit/test-kernel-config:932b0380cb87ce82e3e722dbfc91db7fbff6d40e
- name: poweroff
image: linuxkit/poweroff:9350eab86a8e4349b28cb2c9ce70835d3180300b
command: ["/bin/sh", "/poweroff.sh", "120"]