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>
Makes updates simpler.
Makes it explicit that `perf` currently requires Alpine 3.4, and update kernel version.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
These headers are needed for defining kernel probes etc, tested with
eBPF. Could also be used for perf, building kernel modules etc. Saved
to the media tarball at present, may add to base image or container.
Also rationalise the paths in the headers tarball a little to match.
Will add an eBPF container using these later.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
Add toybox statically linked ls, sh, find etc so that it is
possible to examine the archive eaily.
Fix#749
Signed-off-by: Justin Cormack <justin.cormack@docker.com>