Skip to content

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manifest

A container-based build system for compiling portable static binaries

Available Packages

This repository provides Dockerfiles for building the following statically linked binaries:

Building Packages

  1. Build the base container

    docker build -f base -t manifest-base .
  2. Build a package. The list of available packages can be found in the Available Packages section

    docker build --output=. -f ${package} .

Project Goals

  • Packages are statically linked
  • Packages are built from source
  • Build Environments require a single dependency (Docker)

About

A container-based build system for compiling portable static binaries

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors