Generic Docker build container for DEB packages
344
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
Content type
Image
Digest
Size
270.8 MB
Last updated
almost 8 years ago
docker pull markuslindenberg/debuilder