Skip to content

CircleCI Docker Containers

Toby Schneider edited this page Apr 9, 2019 · 5 revisions

Docker Hub Containers for use on CircleCI Builds:

Create new image

Use Version 18.04.N where 18.04 is the Ubuntu version, and N is our increment.

cd ~/dccl/.circleci/base-docker-bionic
docker build . -t dccl-ubuntu-build-base:18.04.1 
docker push dccl-ubuntu-build-base:18.04.1

Clone this wiki locally