mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 17:06:35 +00:00
29 lines
785 B
YAML
29 lines
785 B
YAML
kernel:
|
|
image: "linuxkit/kernel:4.9.x"
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:1b8a7e394d2ec2f1fdb4d67645829d1b5bdca037
|
|
- linuxkit/runc:3a4e6cbf15470f62501b019b55e1caac5ee7689f
|
|
- linuxkit/containerd:b1766e4c4c09f63ac4925a6e4612852a93f7e73b
|
|
onboot:
|
|
- name: binfmt
|
|
image: "linuxkit/binfmt:8ac5535f57f0c6f5fe88317b9d22a7677093c765"
|
|
- name: test
|
|
image: "alpine:3.6"
|
|
readonly: true
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
- /proc/sys/fs/binfmt_misc:/binfmt_misc
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: "linuxkit/poweroff:a8f1e4ad8d459f1fdaad9e4b007512cb3b504ae8"
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
image:
|
|
- alpine:3.6
|