Am Di., 30. Juli 2019 um 15:15 Uhr schrieb Guido Günther guido.gunther@puri.sm:
Hi, On Tue, Jul 30, 2019 at 09:50:47AM -0300, Chris Lamb wrote: [..snip..]
Sooo, I have some dirty scripts to make a (sorry!) Docker image of PureOS for my own use / builds which could be used to kick this off. I'm not very learned in the subtle and dark arts of pbuilder so that might be mostly a link/information dump at this time, alas.
Here's another way to create docker images for pureos based on what the debian docker images on dockerhub use:
https://github.com/debuerreotype/debuerreotype/pull/63
Or build stuff with debspawn: ``` $ debspawn create landing $ debspawn build landing /path/to/dsc/or/package/source/directory/ ```
The possibilities are endless! :-)