May 3, 2018 by Roberto Di Remigio

Docker images for fun and for profit

We are making available the Docker images we use for GitLab CI or Drone CI jobs:

DockerHub

The container images are automatically built on DockerHub at the DevCafe organization DockerHub does not allow dashes in user and organization names. It’s devcafe, not dev-cafe!

For example, you can download the ubuntu16.04-pgi17.4 container locally with:

docker pull devcafe/ubuntu16.04-pgi17.4

Then get a shell inside the container with

docker run -it devcafe/ubuntu16.04-pgi17.4 /bin/bash

Get in touch! We are Roberto Di Remigio and Radovan Bast.