mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 00:05:53 +00:00
23 lines
521 B
YAML
23 lines
521 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.4.39
|
|
cmdline: "console=ttyS0 page_poison=1"
|
|
init:
|
|
- linuxkit/init:a68f9fa0c1d9dbfc9c23663749a0b7ac510cbe1c
|
|
- linuxkit/runc:v0.8
|
|
onboot:
|
|
- name: test
|
|
image: alpine:3.11
|
|
readonly: true
|
|
binds:
|
|
- /check.sh:/check.sh
|
|
command: ["sh", "./check.sh"]
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:06dd4e46c62fbe79123a028835c921f80e4855d3
|
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
|
files:
|
|
- path: check.sh
|
|
source: ./check.sh
|
|
trust:
|
|
org:
|
|
- linuxkit
|