1 # Docker container with Chrome, and karma/jasmine, to be used to run JS tests and 2 # collect output for Skia Infra's Perf tool. 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 7 FROM gcr.io/skia-public/karma-chrome-tests:68.0.3440.106_v5 8 9 COPY /tmp/perf-aggregator /opt/perf-aggregator