Post date: Jan 20, 2017 8:57:20 PM
Docker containers can be used as the build environment.
A small script creates the docker container mounting the current working directory inside the container.
The container is invoked using the build command and the resulting build artifacts remain on the mounted volume.
When the build completes, the container is shut down and the build artifacts can be transferred to the binary repository.