mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
pin container images
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
hub:
|
hub:
|
||||||
image: selenium/hub
|
image: selenium/hub:3.8.1-erbium
|
||||||
ports:
|
ports:
|
||||||
- 4444:4444
|
- 4444:4444
|
||||||
chrome:
|
chrome:
|
||||||
image: selenium/node-chrome
|
image: selenium/node-chrome:3.8.1-erbium
|
||||||
# uncomment the two lines below to make tests watchable at vnc://localhost:secret@localhost:5900
|
# uncomment the two lines below to make tests watchable at vnc://localhost:secret@localhost:5900
|
||||||
# image: selenium/node-chrome-debug
|
# image: selenium/node-chrome-debug
|
||||||
# ports: ['5900:5900']
|
# ports: ['5900:5900']
|
||||||
|
|||||||
Reference in New Issue
Block a user