Remember to Pull Your Base Docker Images Before Building

Posted on Fri 22 April 2016 in blog • Tagged with docker, jenkins

At work I was recently debugging some docker containers that were being built nightly by Jenkins. These were actually the same images that I was building in my last article.

After making the changes that I mentioned in that article, I noticed that the resulting containers for argon were having …


Continue reading

Automatically Building Docker Containers With Different Base Image Tags

Posted on Wed 20 April 2016 in blog • Tagged with docker, jenkins, bash

At work I recently added a Dockerfile to one of our accessory tools, and set it up with Jenkins to build on a nightly basis. This build occurs nightly as opposed to on new master commits to ensure that the resulting container always has the latest versions of all its …


Continue reading