tree: cf34558af8b5ecb36a6af212e7c335d2319acad0 [path history] [tgz]
  1. build.sh
  2. Dockerfile
  3. README.md
bazel/rbe/gce_linux_container/README.md

This file contains the image that is put onto the Remote Build Execution (RBE) machines (also known as executors) when running remote execution steps for this infra repo. Skia has its own version of this image.

It's meant to be a lightweight image, as the Bazel rules should bring in their own toolchains for most things.

To iterate locally, run the build.sh script in this directory (it will fail to push the image at the end, because write permissions are only available on demand to developers). Once the image appears to work, commit it and then invoke the “Build infra-rbe-linux” Louhi flow manually. This will produce an image and then following the steps in ../generated can incorporate that new image.