flutter/dev/ci/docker_linux
Greg Spencer f20adcc428
Add docset generation (#24322)
(re-land of #24244)

This generates a zip file containing all of the docs, and uploads it when we publish docs, as well as a
Dash/Zeal docset that contains a feed of the docs.

Addresses at least part of #9955
2018-11-15 15:05:57 -08: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 Add docset generation (#24322) 2018-11-15 15:05:57 -08: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.