mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:42:32 +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:f670045ecb6ec31ea37dd10114366e9a1e915013
|
|
- linuxkit/runc:1eef77f5963e44e491abfe392206769037d47ae2
|
|
- linuxkit/containerd:8ee7a0d636fff9df7e13076f5492d06274e5f644
|
|
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
|