OS X CI test without docker installed

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>
This commit is contained in:
Robb Kistler
2017-01-26 17:33:01 -08:00
parent 65f32f9d73
commit 0fde2a1aa2
2 changed files with 28 additions and 12 deletions

View File

@@ -2,6 +2,7 @@ FROM mobylinux/toybox-media:0a26fe5f574e444849983f9c4148ef74b3804d55@sha256:5ac3
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 \