mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-18 23:57:55 +00:00
21 lines
575 B
YAML
21 lines
575 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.4.39
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:e93b0bf37b030238d33e04b98e90d087637f3d2c
|
|
- linuxkit/runc:f79954950022fea76b8b6f10de58cb48e4fb3878
|
|
- linuxkit/containerd:6ef473a228db6f6ee163f9b9a051102a1552a4ef
|
|
onboot:
|
|
- name: ltp
|
|
image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd
|
|
binds:
|
|
- /etc/ltp/baseline:/etc/ltp/baseline
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:06dd4e46c62fbe79123a028835c921f80e4855d3
|
|
files:
|
|
- path: /etc/ltp/baseline
|
|
contents: "100"
|
|
trust:
|
|
org:
|
|
- linuxkit
|