tools: Move CI docker images files into tools/ci.

This commit is contained in:
Priyank Patel
2020-06-23 19:36:39 +00:00
committed by Tim Abbott
parent b1c0c13008
commit a2c2c6ceff
6 changed files with 15 additions and 15 deletions

View File

@@ -106,10 +106,10 @@ are defined in the `aliases` section at the top of the file.
CircleCI tests are run in containers that are spun off from the images
maintained by Zulip team. The Dockerfiles for the various images can be
generated by running `./tools/circleci/generate-dockerfiles`. This command
generated by running `./tools/ci/generate-dockerfiles`. This command
will generate the Dockerfiles of the three Ubuntu releases in
`./tools/circleci/images/{release_name}` directories. Take a look at
`./tools/circleci/images.yml` to see how the Dockerfiles for the three
`./tools/ci/images/{release_name}` directories. Take a look at
`./tools/ci/images.yml` to see how the Dockerfiles for the three
releases differ from each other. To further generate images from the
Dockerfiles and upload it to Docker Hub follow the instructions in the
generated Dockerfiles.