
We have mirrored the selenium/standalone-firefox image to quay.io/opendevmirror so that we don't have to pull this image from docker hub and eat into quotas there. Start fetching the image from the mirror in our CI jobs. Change-Id: I790f7b29f7e30c2cc2a8b37c0146d1f8e594264e
6 lines
190 B
YAML
6 lines
190 B
YAML
- name: Run selenium container
|
|
shell:
|
|
executable: /bin/sh
|
|
cmd: |
|
|
docker run -d --network="host" -v /dev/shm:/dev/shm quay.io/opendevmirror/selenium-standalone-firefox:latest
|