mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 11:49:30 +00:00
OS X CI endpoints won't need to do a build, the artifacts can be pulled from mobylinux/media. This requires docker, which may not be available. - 'get-regextract' make target pulls media without Docker using the regextract utility, which it will fetch from CI if needed. - Add initrd-test.img to mobylinux/media image Addresses #1046 Signed-off-by: Robb Kistler <robb.kistler@docker.com>
13 lines
408 B
Docker
13 lines
408 B
Docker
FROM mobylinux/toybox-media:0a26fe5f574e444849983f9c4148ef74b3804d55@sha256:5ac38f77b66deb194c9016591b9b096e81fcdc9f7c3e6d01566294a6b4b4ebd2
|
|
|
|
ADD \
|
|
alpine/initrd.img \
|
|
alpine/initrd-test.img \
|
|
alpine/kernel/x86_64/vmlinuz64 \
|
|
alpine/kernel/x86_64/vmlinux \
|
|
alpine/kernel/x86_64/kernel-headers.tar \
|
|
alpine/kernel/x86_64/kernel-dev.tar \
|
|
alpine/mobylinux-efi.iso \
|
|
alpine/mobylinux.efi \
|
|
/
|