Deploying Concourse CI on OpenStack Using Docker

At Meshcloud we use a continuous delivery process to deliver cloud infrastructure and software updates. Since we operate multiple cloud platforms on a variety of hardware configurations managed by ……

Similar

Multi-Stage Docker Builds to the Rescue

With version 17.05, Docker introduced a new feature called multi-stage builds. This feature makes it easier to achieve slim and clean Docker images. In this post, I’ll briefly describe this feature and provide some real-life examples. (more…)

Read more »

Test Driven Development for Docker Images

Given the ability to customise the runtime environment, responsibility for providing and maintaining a proper environment shifts from IT-Ops towards developers. Fortunate enough, we can apply well-known methods to make this effort less tedious: automated ... (more…)

Read more »