mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 22:35:16 +00:00
21 lines
575 B
YAML
21 lines
575 B
YAML
kernel:
|
|
image: linuxkit/kernel:5.4.30
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:a0246dd478a24abbee0a4cede99662ffc4931691
|
|
- linuxkit/runc:69b4a35eaa22eba4990ee52cccc8f48f6c08ed03
|
|
- linuxkit/containerd:09553963ed9da626c25cf8acdf6d62ec37645412
|
|
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
|