README.md
1This directory includes scripts to build the docker container image used for
2building flutter/flutter in our CI system (currently [Cirrus](cirrus-ci.org)).
3
4In order to run the scripts, you have to setup `docker` and `gcloud`. Please
5refer to the [internal flutter team doc](go/flutter-team) for how to setup in a
6Google internal environment.
7
8After setup,
9* edit `Dockerfile` to change how the container image is built.
10* run `./docker_build.sh` to build the container image.
11* run `./docker_push.sh` to push the image to google cloud registry. This will
12 affect our CI tests.
13
14