mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-07 21:02:12 +00:00
Only those which used the same value as linuxkit.yml are updated. Signed-off-by: Ian Campbell <ijc@docker.com>
24 lines
650 B
YAML
24 lines
650 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.36
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:14a38303ee9dcb4541c00e2b87404befc1ba2083
|
|
- linuxkit/runc:a0f2894e50bacbd1ff82be41edff8b8e06e0b161
|
|
- linuxkit/containerd:389e67c3c1fc009c1315f32b3e2b6659691a3ad4
|
|
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
|