mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-02 16:07:13 +00:00
This does not yet move the `make test` options in the Makefile, will probably move those too later. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
22 lines
614 B
YAML
22 lines
614 B
YAML
kernel:
|
|
image: "mobylinux/kernel:4.9.x"
|
|
cmdline: "console=ttyS0"
|
|
init: "mobylinux/init:d6d115d601e78f7909d4a2ff7eb4caa3fff65271"
|
|
system:
|
|
- name: binfmt
|
|
image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01"
|
|
binds:
|
|
- /proc/sys/fs/binfmt_misc:/binfmt_misc
|
|
read_only: true
|
|
command: [/usr/bin/binfmt, -dir, /etc/binfmt.d/, -mount, /binfmt_misc]
|
|
- name: check
|
|
image: "mobylinux/check:c9e41ab96b3ea6a3ced97634751e20d12a5bf52f"
|
|
pid: host
|
|
capabilities:
|
|
- CAP_SYS_BOOT
|
|
read_only: true
|
|
outputs:
|
|
- format: kernel+initrd
|
|
- format: iso-bios
|
|
- format: iso-efi
|