This is the home of the buildbox, a tool to build and package software projects in linux containers using pre-created container images.
The main repo providing the mechanisms to build the images as well as the builbo command line tool is buildbox.
builbo needs dpodman or docker to run containers and can easily be installed to /usr/local/bin on a Linux or macOS system with sudo privileges using the following command.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/TheBuildBox/install/HEAD/install.sh)"