mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 09:58:56 +00:00
./scripts/update-component-sha.sh linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601 Signed-off-by: David Scott <dave@recoil.org>
19 lines
816 B
YAML
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:5.10.76
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced
|
|
- linuxkit/runc:9f7aad4eb5e4360cc9ed8778a5c501cce6e21601
|
|
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c
|
|
command: ["/bin/sh", "/poweroff.sh", "120"]
|