Files
linuxkit/test/hack/test.yml
Avi Deitcher 0579188c33 Update package tags
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2025-01-08 20:54:27 +02:00

19 lines
815 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:6.6.13
cmdline: "console=ttyS0"
init:
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
onboot:
- name: dhcpcd
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: check-kernel-config
image: linuxkit/test-kernel-config:760f770d3cbf28ec7ca39960b9d033f39a3dfab6
- name: poweroff
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
command: ["/bin/sh", "/poweroff.sh", "120"]