Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.26 KB

Automation docker images

**This repository is now hosted on the Cambridge Developers Hub.

CircleCI

This repository contains configuration to build the UIS automation docker images. The images are built nightly via CircleCI and pushed to Docker hub.

Images

The following image types are built. See the README files in each image's directory for more details.

Configuration

The CircleCI configuration iterates over the image types and builds the docker images in each directly. Different image types may have different versions built. If the job is running on master, the images are also pushed to Docker hub.

The CircleCI project must be set up with the Docker hub username and password in the DOCKER_USER and DOCKER_PASS environment variables. For the uisautomation Docker hub account see the shared documentation repo for these credentials.