An Alpine-based image for compiling and running eBPF programs.
This image is intended to be used as the basis for an eBPF C language template compatible with the OpenFaaS serverless framework. Therefore, this image contains only the updated required dependencies for compiling and running eBPF C programs.
In order to run this container you'll need docker installed, as well as OpenFaaS.
You can use this container individually for your own purposes or in conjunction with an OpenFaaS template. To learn more, see this guide written for a C template that uses a similar image as a base.
- Alpine build-base v0.5 (includes gcc, g++, make, libc-dev and other packages)
- Python v3.7
- Clang v8.0
- Linux Headers v4.19
- BPFTools & iprouter2
- Lucas Duarte - Undergraduated student at UFV
This project is licensed under the MIT License - see the LICENSE file for details.