mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-08 15:47:39 +00:00
- grant all capabilities - generate human readable output - add a check.sh script to see if the tests passed/failed - add a poweroff image to handle powering off the vm Signed-off-by: Dave Tucker <dt@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:e10e2efc1b78ef41d196175cbc07e069391f406e
|
|
- 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
|