• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Docker container with Google Chrome and puppeteer; to be used to
2# collect output for Skia Infra's Gold tool (correctness checking).
3#
4# Tests will be run as non-root (user skia, in fact), so /OUT should have permissions
5# 777 so as to be able to create output there.
6
7FROM gcr.io/skia-public/lottie-web-puppeteer:v2
8
9COPY /tmp/gold-aggregator /opt/gold-aggregator