mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-07 20:53:11 +00:00
18 lines
547 B
YAML
18 lines
547 B
YAML
kernel:
|
|
image: linuxkit/kernel:6.12.52
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
|
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
|
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
|
onboot:
|
|
- name: ltp
|
|
image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd
|
|
binds:
|
|
- /etc/ltp/baseline:/etc/ltp/baseline
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
|
files:
|
|
- path: /etc/ltp/baseline
|
|
contents: "100"
|