flutter/dev/ci/docker_linux
Greg Spencer 7b39269fe8
Bump Android build tools to 28.0.3 in Dockerfile (#30832)
Bumps the Android build tools to 28.0.3 instead of 28.0.0 in the Dockerfile, since that is what flutter doctor wants.
2019-04-10 16:57:35 -07:00
..
docker_build.sh Update the Dockerfile to use the master firebase-tools, tweak scripts (#23279) 2018-10-19 12:22:03 -07:00
docker_login.sh Update the Dockerfile to use the master firebase-tools, tweak scripts (#23279) 2018-10-19 12:22:03 -07:00
docker_push.sh Update the Dockerfile to use the master firebase-tools, tweak scripts (#23279) 2018-10-19 12:22:03 -07:00
Dockerfile Bump Android build tools to 28.0.3 in Dockerfile (#30832) 2019-04-10 16:57:35 -07:00
README.md Try again to switch docs and gallery deployment to Cirrus (#20276) 2018-08-06 17:33:31 -07:00

This directory includes scripts to build the docker container image used for building flutter/flutter in our CI system (currently Cirrus).

In order to run the scripts, you have to setup docker and gcloud. Please refer to the internal flutter team doc for how to setup in a Google internal environment.

After setup,

  • edit Dockerfile to change how the container image is built.
  • run ./build_docker.sh to build the container image.
  • run ./push_docker.sh to push the image to google cloud registry. This will affect our CI tests.