Files
linuxkit/Dockerfile.media
Justin Cormack 3930ad787b Add a kernel-dev tarball with kernel headers
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>
2017-01-04 12:10:30 +00:00

13 lines
388 B
Docker

# Tag: 0e76bc8d0bd0f0cd505d0353b3a550266c52133c
FROM mobylinux/toybox-media@sha256:69f9ae2e9192746f4f588d15ed15b9d8e005bbca394cfff1cfbbef023c4a7eed
ADD \
alpine/initrd.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 \
/