puppetlabs / puppet-dev-tools

Puppet development tools in a Docker image
Apache License 2.0
12 stars 25 forks source link

Add image tag with gosu #8

Closed ccaum closed 5 years ago

ccaum commented 5 years ago

Previous to this commit, Continuous Delivery for PE would install the gosu package on every single job run for Docker based jobs. This commit bakes the gosu package into the image so it doesn't have to be downloaded each time and can operate behind air-gapped firewalls.

Further, to help faciliate building multiple images, this commit introduces a build.sh script that builds multiple images at the same time