blob: 9a45b69b8cf45615d340261b21ca8bebce42a6f0 [file] [log] [blame]
# Docker container with Chrome, and karma/jasmine, to be used to run JS tests and
# 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/karma-chrome-tests:87.0.4280.88_v1
COPY /tmp/gold-aggregator /opt/gold-aggregator