mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-07 12:16:39 +00:00
Previously only `/var` was `rshared` but some people need to share mounts in `/opt` etc so let us make everything `rshared` for now. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
33 lines
873 B
YAML
33 lines
873 B
YAML
kernel:
|
|
image: "mobylinux/kernel:4.9.x"
|
|
cmdline: "console=ttyS0"
|
|
init:
|
|
- mobylinux/init:8375addb923b8b88b2209740309c92aa5f2a4f9d
|
|
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
|
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
|
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
|
onboot:
|
|
- name: ltp
|
|
image: "mobylinux/test-ltp-20170116:d4722477c11e0006d6e5529efe241b6ae70ff3a9"
|
|
net: host
|
|
pid: host
|
|
binds:
|
|
- /etc/ltp/baseline:/etc/ltp/baseline
|
|
capabilities:
|
|
- all
|
|
services:
|
|
- name: poweroff
|
|
image: "mobylinux/poweroff:961412b8ef5c5285de0d40ec076701d955eaa084"
|
|
pid: host
|
|
capabilities:
|
|
- CAP_SYS_BOOT
|
|
readonly: true
|
|
files:
|
|
- path: /etc/ltp/baseline
|
|
contents: "100"
|
|
outputs:
|
|
- format: kernel+initrd
|
|
- format: iso-bios
|
|
- format: iso-efi
|
|
- format: gcp-img
|