markuslindenberg / debuilder

Generic Docker build container for DEB packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Generic Docker build container for DEB packages

License:Apache License 2.0


Languages

Language:Shell 100.0%