d0f0cb8ffc
Bug: skia: NOTRY: true Change-Id: I02d3b8753c0b855b84a20dfbeb68778b1e169fde Reviewed-on: https://skia-review.googlesource.com/151545 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
9 lines
366 B
Docker
9 lines
366 B
Docker
# Docker container with Google Chrome and puppeteer; to be used to
|
|
# collect output for Skia Infra's Gold tool (correctness checking).
|
|
#
|
|
# Tests will be run as non-root (user skia, in fact), so /OUT should have permissions
|
|
# 777 so as to be able to create output there.
|
|
|
|
FROM gcr.io/skia-public/lottie-web-puppeteer:v2
|
|
|
|
COPY /tmp/gold-aggregator /opt/gold-aggregator |