mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 20:58:49 +00:00
24 lines
650 B
YAML
24 lines
650 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.36
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:a626edd428b575d10b994be0d4c5b034838e9946
|
|
- linuxkit/runc:f5b28379fc969237e0fb11aa1ed946622150e9a0
|
|
- linuxkit/containerd:f1f9c27e153b510e09b2e3f221181f87ade0fe1a
|
|
onboot:
|
|
- name: ltp
|
|
image: linuxkit/test-ltp:6df23ac196332cafb9c0f8e32f328e22d612267d
|
|
binds:
|
|
- /etc/ltp/baseline:/etc/ltp/baseline
|
|
- name: poweroff
|
|
image: linuxkit/poweroff:bce51402e293da0b653923a43c3c7be6e0effa05
|
|
files:
|
|
- path: /etc/ltp/baseline
|
|
contents: "100"
|
|
trust:
|
|
image:
|
|
- linuxkit/kernel
|
|
- linuxkit/init
|
|
- linuxkit/runc
|
|
- linuxkit/containerd
|