mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-10 13:31:45 +00:00
Use the 4.9.x (aka latest) in all files Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
18 lines
450 B
YAML
18 lines
450 B
YAML
kernel:
|
|
image: "mobylinux/kernel:4.9.x"
|
|
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
|