tree: 5c42fa82261ff1d9af4edb06bff4a82ce72bfb14 [path history] [tgz]
  1. documentation/
  2. __init__.py
  3. commands.json
  4. Dockerfile
  5. frontend.py
  6. README.md
  7. retry.py
  8. seccomp.json
  9. start.sh
third_party/blink/web_tests/external/wpt/tools/docker/README.md

This docker images is used for testing Chrome, Firefox, WebKitGTK and running other tasks on Taskcluster. When any of the files in this directory change, the images must be updated as well. To do this, assuming you have docker installed:

In this directory, run

docker build -t <tag> .
docker push <tag>