Files
linuxkit/test/hack/test.yml
Avi Deitcher 45d7ab8fed Update package tags
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2024-01-28 10:57:05 +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:ad37cb61355b08cf481c54b07612b5206be6254d
- linuxkit/runc:8c00a7c58393f0cfcab81ac4171c00bcaec6b962
- linuxkit/containerd:26f04b0b57e3d21bfb36732b5c6ebe8f08c6705b
onboot:
- name: dhcpcd
image: linuxkit/dhcpcd:0060977dc2cd15eb242c21888fad240f96ec7308
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: check-kernel-config
image: linuxkit/test-kernel-config:55c62a6df0c5ce688d47682ca36648e3310eb381
- name: poweroff
image: linuxkit/poweroff:5384fff9d382d032c5478516017cf56f3a659a2b
command: ["/bin/sh", "/poweroff.sh", "120"]