tree: 20ca3547ae5b4377e86ef6f977ed41ddce0e991e [path history] [tgz]
  1. BUILD.bazel
  2. Makefile
  3. README.md
infra/debugger-app/README.md

This directory contains the build rules to create the final Docker image for the Skia debugger hosted at debugger.skia.org.

This build rule inserts the necessary Skia artifact (CanvasKit) into an intermediate Docker image created in the Skia infrastructure repository at https://skia.googlesource.com/buildbot/+/refs/heads/main/debugger-app/BUILD.bazel. This final docker image is then uploaded to GCR and deployed to skia.org.

To manually build a local Docker image:

make build

This can then be run locally by:

docker run -p 8080:8000 -it <image ID>

or debugged by:

docker run -it --entrypoint /bin/sh <image ID>

This docker image is automatically built and pushed to GCR by Louhi. If there is a need to manually push it this can be done as so:

make push_debugger_I_am_really_sure