Files
the-littlest-jupyterhub/.circleci/base-image
yuvipanda 4d9d9c2d99 Bake docker-ce into the base image
Speeds up CI runs by quite a bit
2018-07-11 10:12:32 -07:00
..
2018-07-11 10:12:32 -07:00
2018-07-11 10:12:32 -07:00
2018-07-11 10:12:32 -07:00

========================
TLJH CircleCI Base Image
========================

Miniconda should be installed in the base CircleCI image for our unit tests.
Docker CE should be installed in the base CircleCI image for our integration tests.

This image contains both, so we do not have to build it every single time.

Updating the image
==================

1. Make changes to the ``Dockerfile`` & commit it.
2. Run ``./build.bash`` from this directory. It'll build, tag & push the image with
   the hash of the last commit that touched this directory.
3. Use the new image tag in the ``.circleci/config.yml`` file.