Files
linuxkit/test/pkg/ns/template.yml
Avi Deitcher 238449c2d6 more package hash updates
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2025-10-29 07:10:30 -04:00

19 lines
684 B
YAML

# Sample YAML file for manual testing
kernel:
image: linuxkit/kernel:6.12.52
cmdline: "console=ttyS0"
init:
- linuxkit/init:26e546e4ef2669bd44d8c46e3164eb5ba7ae1a5c
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
onboot:
- name: test-ns
image: linuxkit/test-ns:f8ca5ee0855a9d354cdc53df9e031a6d044915c3
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:4059858a555bed90c2280fa9b060b7a8f8de6d45
command: ["/bin/sh", "/poweroff.sh", "3"]