• Home
Name
Date
Size
#Lines
LOC

..--

DockerfileD12-May-20244.9 KiB131114

README.mdD12-May-2024580 1410

docker_build.shD12-May-2024243 93

docker_login.shD12-May-2024293 85

docker_push.shD12-May-2024109 72

patch_firebase.shD12-May-2024415 138

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