Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 501 Bytes

distil-build

Generates the Docker image used to build Distil on CircleCI:

Dependencies

Building and Deploying the Image

  1. Update the version number in ./config.sh
  2. Run ./docker_build.sh to build the image.
  3. Run docker_push.sh to push the image to the docker repository.

CircleCI is configured to pick up the latest tag so the updates should be applied on any subsequent builds.