Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Dockerfile | D | 12-May-2024 | 4.9 KiB | 131 | 114 | |
README.md | D | 12-May-2024 | 580 | 14 | 10 | |
docker_build.sh | D | 12-May-2024 | 243 | 9 | 3 | |
docker_login.sh | D | 12-May-2024 | 293 | 8 | 5 | |
docker_push.sh | D | 12-May-2024 | 109 | 7 | 2 | |
patch_firebase.sh | D | 12-May-2024 | 415 | 13 | 8 |
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