A container-based build system for compiling portable static binaries
This repository provides Dockerfiles for building the following statically linked binaries:
-
Build the base container
docker build -f base -t manifest-base . -
Build a package. The list of available packages can be found in the Available Packages section
docker build --output=. -f ${package} .
- Packages are statically linked
- Packages are built from source
- Build Environments require a single dependency (Docker)