mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-07 19:40:07 +00:00
24 lines
650 B
YAML
24 lines
650 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.40
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:906e174b3f2e07f97d6fd693a2e8518e98dafa58
|
|
- linuxkit/runc:90e45f13e1d0a0983f36ef854621e3eac91cf541
|
|
- linuxkit/containerd:7c986fb7df33bea73b5c8097b46989e46f49d875
|
|
onboot:
|
|
- name: ltp
|
|
image: linuxkit/test-ltp:38cec1526acc8b1a2ce4b4ece78a810078c807e1
|
|
binds:
|
|
- /etc/ltp/baseline:/etc/ltp/baseline
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:1e9876c682c74d0602b7647c628bb0875fb13998
|
|
files:
|
|
- path: /etc/ltp/baseline
|
|
contents: "100"
|
|
trust:
|
|
image:
|
|
- linuxkit/kernel
|
|
- linuxkit/init
|
|
- linuxkit/runc
|
|
- linuxkit/containerd
|