mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 07:10:39 +00:00
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>
13 lines
388 B
Docker
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 \
|
|
/
|