mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-14 23:09:02 +00:00
LTP does need disk access, so this needs to be added once it is supported again. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
18 lines
496 B
YAML
18 lines
496 B
YAML
kernel:
|
|
image: "mobylinux/kernel-4.9.x-moby:c752c32911815b1cbdd580f10553767e934dc0fa"
|
|
cmdline: "console=ttyS0"
|
|
init: "mobylinux/init:2f1b5c1be1157cb17e5b1e6dee171dccdebb5277"
|
|
system:
|
|
- name: ltp
|
|
image: "mobylinux/test-ltp-20170116:fdca2d1bb019b1d51e722e6032c82c7933d4b870"
|
|
network_mode: host
|
|
pid: host
|
|
capabilities:
|
|
- CAP_SYS_ADMIN
|
|
files:
|
|
outputs:
|
|
- format: kernel+initrd
|
|
- format: iso-bios
|
|
# The initrd is too large for a pre-allocated EFI ISO
|
|
# - format: iso-efi
|