Sign inSign up

markuslindenberg/debuilder

By markuslindenberg

Updated almost 8 years ago

Generic Docker build container for DEB packages

Image
0

344

markuslindenberg/debuilder repository overview

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

Tag summary

Content type

Image

Digest

Size

270.8 MB

Last updated

almost 8 years ago

docker pull markuslindenberg/debuilder