mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 16:46:48 +00:00
18 lines
546 B
YAML
18 lines
546 B
YAML
kernel:
|
|
image: linuxkit/kernel:6.6.13
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:30e04e810c9d3d54ab1eb6c2d9407a09d4f2709a
|
|
- linuxkit/runc:8b5af3365fc7d015db4e44113d93c7b1f8e2d2ab
|
|
- linuxkit/containerd:8072efcee7c1d77a6b41093ae610062552e354fb
|
|
onboot:
|
|
- name: ltp
|
|
image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd
|
|
binds:
|
|
- /etc/ltp/baseline:/etc/ltp/baseline
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:30e2aaed00660c7938c291b55756a0ee69fd9a0f
|
|
files:
|
|
- path: /etc/ltp/baseline
|
|
contents: "100"
|