metux / docker-buildpackage

Tool for building building of debian packages via docker
13 stars 0 forks source link

docker-buildpackage - easily build deb/apt packages

Prerequisites:

Installation:

What it does for you:

Building a package:

Regenerate apt repo index:

Autogenerated images:

Cleanup:

Environment variables:

Variable Description
$DCK_BUILDPACKAGE_SIGNKEY ID of the GPG key to be used for repo signing (if absent, use GPGs default sign key)
$DCK_BUILDPACKAGE_TARGET_REPO prefix of the generated apt repos. each target has its own repo in subdir named by target.
$DCK_BUILDPACKAGE_CONFDIR config directory (defaults ./cf relative to the dck-buildpackage main script)
$DCK_BUILDPACKAGE_TARBALL_CACHE cache dir for chroot tarballs (if set, don't remove tarballs and reused for image import)
$DISTRO_TARGET_REPO actual target repo directory, derived from $DCK_BUILDPACKAGE_TARGET_REPO if not given.

2DO:

Maintainer:

License: