mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-08 03:25:25 +00:00
24 lines
650 B
YAML
24 lines
650 B
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.39
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- linuxkit/init:4dcee04c04c900a5796dc719f8d16fea7e771059
|
|
- linuxkit/runc:f5960b83a8766ae083efc744fa63dbf877450e4f
|
|
- linuxkit/containerd:acd23f7c020e09799e03331e781f35965e19981f
|
|
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
|