mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
* containerd to semver v2.0.3 Signed-off-by: Avi Deitcher <avi@deitcher.net> * containerd v2.0.3 plus commits to fix blkdiscard Signed-off-by: Avi Deitcher <avi@deitcher.net> * update containerd-dev dependencies Signed-off-by: Avi Deitcher <avi@deitcher.net> * updated pkg/init and pkg/containerd deps Signed-off-by: Avi Deitcher <avi@deitcher.net> --------- Signed-off-by: Avi Deitcher <avi@deitcher.net>
19 lines
815 B
YAML
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.71
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b
|
|
- linuxkit/runc:667e7ea2c426a2460ca21e3da065a57dbb3369c9
|
|
- linuxkit/containerd:a988a1a8bcbacc2c0390ca0c08f949e2b4b5915d
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:157df9ef45a035f1542ec2270e374f18efef98a5
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:0064f2f1465ecab4063e940e331c65ba0863d259
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:91a23d43c403e200102b7512d8de95f89c86565c
|
|
command: ["/bin/sh", "/poweroff.sh", "120"]
|