mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-06 11:10:38 +00:00
26 lines
551 B
YAML
26 lines
551 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.14.46
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:v0.4
|
|
- linuxkit/runc:v0.4
|
|
- linuxkit/ca-certificates:v0.4
|
|
onboot:
|
|
- name: test
|
|
image: alpine:3.7
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
- /etc:/host-etc
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
image:
|
|
- alpine:3.7
|