mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 07:52:44 +00:00
NOTE: This will be a shared mount, due to root being turned into a
shared with `MC_REC` set: `mount("", "/", "", rec|shared, "")`.
For some reason setting `shared` when mounting `/sys/fs/bpf` doesn't
work at all, perhaps that's just a kernel feature.
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
22 lines
844 B
YAML
22 lines
844 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.4.30
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c
|
|
- linuxkit/runc:f79954950022fea76b8b6f10de58cb48e4fb3878
|
|
- linuxkit/containerd:6ef473a228db6f6ee163f9b9a051102a1552a4ef
|
|
onboot:
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:2f8a9b670aa6e96a09db56ec45c9f07ef2a811ee
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: check-kernel-config
|
|
image: linuxkit/test-kernel-config:fabda492c6efc9e34b9f994b09d03ffc0facd8d8
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:06dd4e46c62fbe79123a028835c921f80e4855d3
|
|
command: ["/bin/sh", "/poweroff.sh", "120"]
|
|
trust:
|
|
org:
|
|
- linuxkit
|