Files
linuxkit/test/hack/test.yml
Chris Irrgang 72de5c6476 Update package tags
Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de>
2025-10-29 07:10:30 -04:00

19 lines
816 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.12.52
cmdline: "console=ttyS0"
init:
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
onboot:
- name: dhcpcd
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: check-kernel-config
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
- name: poweroff
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
command: ["/bin/sh", "/poweroff.sh", "120"]