Docker image for Ubuntu/Debian package builder
907
This image contains the basic packaging tools for Ubuntu/Debian developers to backport and build Debian packages.
It includes
# Download GNU Hello as example.
apt-get source hello
cd hello*
# The docker entry point command will install the dependency of the pacakge, and run dpkg-buildpackage
# You can see the build.sh for more details.
# Built deb files can be located at /home/builder
docker run -t -i -v `pwd`:/home/builder/build -v /home/builder --rm chihchun/deb-backporter:bionic
# If you like to get a shell for developerment, just pass bash in
docker run -t -i -v `pwd`:/home/builder/build -v /home/builder --rm chihchun/deb-backporter:bionic bash
Content type
Image
Digest
Size
209.9 MB
Last updated
over 7 years ago
docker pull chihchun/deb-backporter-docker:stretch