Skip to content

Commit

Permalink
Update docker image tag and README (flutter#5995)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuqian authored Aug 15, 2018
1 parent 7e39999 commit 829e475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ task:
format_and_dart_test_task:
container:
image: gcr.io/flutter-cirrus/build-engine-image:0.2
image: gcr.io/flutter-cirrus/build-engine-image:latest

env:
CIRRUS_WORKING_DIR: "/tmp/github_repo"
Expand Down
3 changes: 1 addition & 2 deletions ci/docker/build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ This directory includes scripts to build the docker container image used for
building flutter/engine in our CI system (currently [Cirrus](cirrus-ci.org)).

In order to run the scripts, you have to setup `docker` and `gcloud`. Please
refer to the [internal flutter team doc](go/flutter-team) for how to setup in a
Google internal environment.
refer to internal doc go/installdocker for how to setup `docker` on gLinux.

After setup,
* edit `Dockerfile` to change how the container image is built.
Expand Down

0 comments on commit 829e475

Please sign in to comment.