Files
linuxkit/test/pkg/ns/template.yml
Chris Irrgang 17e9b4412b Update kernel versions/hashes
Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de>
2025-10-26 14:09:16 +02:00

19 lines
698 B
YAML

# Sample YAML file for manual testing
kernel:
image: linuxkit/kernel:6.12.52
cmdline: "console=ttyS0"
init:
- linuxkit/init:680da6e6f79bb8236a095147d532cd2160e23c9f
- linuxkit/runc:2dfee46421e963d6c0d946137e46fe36fa606d29
onboot:
- name: test-ns
image: linuxkit/test-ns:ebaa9a41f675f54c03a02c1f5bcadcf322515c42-dirty-c0f6961
command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"]
# command: ["/bin/sh", "/runc-net.sh", "-l", "5", "-i", "2", "-c", "5", "-p", "unix", "-ip", "6"]
mounts: # for runc
- type: cgroup
options: ["rw"]
- name: poweroff
image: linuxkit/poweroff:533800608f90bf05e2b39c899f2f1cbe7421b8e7
command: ["/bin/sh", "/poweroff.sh", "3"]