85de152dfa
Also rename emsdk-base -> emsdk-release so it is consistent with the container name. Bug: skia: NOTRY: true Change-Id: Idec19bdeb64a64120d0890b2987c2dce0a57535a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/206909 Reviewed-by: Stephan Altmueller <stephana@google.com>
9 lines
393 B
Docker
9 lines
393 B
Docker
# 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:72.0.3626.121_v1
|
|
|
|
COPY /tmp/gold-aggregator /opt/gold-aggregator |