Build binary package on a base docker image
For being able to build source and binary packages on the base:${RELEASE}
image, this MR creates an additional stage (provisioning
) previous to the build stage. In that stage, the extract source
job runs on gbp:unstable
to extract the debianized source tree, that is passed to the building jobs.
This MR is based on !235 (closed) by @xcancerberox-guest, so it also address also removes docker-in-docker from the build jobs (#116 (closed)).
These changes are currently needed for being able to build on i386 (#167 (closed)).
Edited by Santiago R.R.