mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
30 lines
477 B
JSON
30 lines
477 B
JSON
{
|
|
"chrome": {
|
|
"default": "91.0",
|
|
"versions": {
|
|
"91.0": {
|
|
"image": "selenoid/vnc:chrome_91.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
},
|
|
"firefox": {
|
|
"default": "88.0",
|
|
"versions": {
|
|
"88.0": {
|
|
"image": "selenoid/vnc:firefox_88.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
},
|
|
"opera": {
|
|
"default": "76.0",
|
|
"versions": {
|
|
"76.0": {
|
|
"image": "selenoid/vnc:opera_76.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
}
|
|
}
|