Pull the selenium standalone-firefox image from quay
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
This commit is contained in:
parent
d67b4c9f90
commit
f77af882bc
@ -2,4 +2,4 @@
|
||||
shell:
|
||||
executable: /bin/sh
|
||||
cmd: |
|
||||
docker run -d --network="host" -v /dev/shm:/dev/shm selenium/standalone-firefox:latest
|
||||
docker run -d --network="host" -v /dev/shm:/dev/shm quay.io/opendevmirror/selenium-standalone-firefox:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user