mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 02:09:19 +00:00
26 lines
656 B
YAML
26 lines
656 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.50
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:6fe9d31a53bbd200183bb31edd795305e868d5a7
|
|
- linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a
|
|
- linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10
|
|
onboot:
|
|
- name: test
|
|
image: alpine:3.6
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
- /etc:/host-etc
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
image:
|
|
- alpine:3.6
|