On 05/01/2018 03:23 PM, Enrico Weigelt, metux IT consult wrote: > Hi folks, > > > I've written a tool for isolated deb builds in docker containers. > It's a little bit like pbuilder, but using docker for isolation. > > https://github.com/metux/docker-buildpackage > > Everything written in shellscript, simple config as sh includes. > Not debianized yet, as it might require some local customizations. > (planned for future releases) > > I'm also hacking on another tool which automatically clones repos > and calls dck-buildpackage for building whole pipelines - but that's > still experimental and hackish: > > https://github.com/metux/deb-pkg > > > --mtx
Hi, Frankly, I don't see the point in writing this kind of software. Sbuild works super well with the overlay backend, and already has throw-able chroots in tmpfs. Adding docker into this doesn't add any new feature, and in some way, is less flexible than the already existing sbuild. Instead, I very much would prefer a patch to puiparts so that it could use sbuild's schroot system instead of tarballs. Cheers, Thomas Goirand (zigo)