mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 00:33:29 +00:00
26 lines
661 B
YAML
26 lines
661 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.4.113
|
|
cmdline: "console=ttyS0 console=ttyAMA0"
|
|
init:
|
|
- linuxkit/init:78fb57c7da07c4e43c3a37b27755581da087a3b6
|
|
- linuxkit/runc:bf1e0c61fb4678d6428d0aabbd80db5ea24e4d4d
|
|
- linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a
|
|
onboot:
|
|
- name: test
|
|
image: alpine:3.11
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
- /etc:/host-etc
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|
|
trust:
|
|
org:
|
|
- linuxkit
|
|
image:
|
|
- alpine:3.11
|