/debuilder

Generic Docker build container for DEB packages

Primary LanguageShellApache License 2.0Apache-2.0

Generic Docker build container for DEB packages

Usage

This container will build Debian Stretch .deb Packages from a repository containing a debian/ directory.

To build a package, the container needs to run with two volumes /input and /output. /input has to contain the source of the package to build, finished packages will be copied to /output.

docker run --rm -v $PWD/source:/input -v $PWD/packages:/output markuslindenberg/debuilder