Skip to content

Commit ff51c1c

Browse files
committed
Update tag in docs and files [skip ci]
1 parent 297b387 commit ff51c1c

File tree

25 files changed

+83
-83
lines changed

25 files changed

+83
-83
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Issues without a reproduction script are likely to stall and eventually be close
4141
## Environment
4242

4343
OS: <!-- Windows 10? OSX? -->
44-
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-7-prerelease-20200921 etc
44+
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-7-prerelease-20201009 etc
4545
Also provide the docker image id
4646
-->
4747
Docker version:

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Issues without a reproduction script are likely to stall and eventually be close
4141
## Environment
4242

4343
OS: <!-- Windows 10? OSX? -->
44-
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-7-prerelease-20200921 etc
44+
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-7-prerelease-20201009 etc
4545
Also provide the docker image id
4646
-->
4747
Docker version:

.github/ISSUE_TEMPLATE/regression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Issues without a reproduction script are likely to stall and eventually be close
4747
## Environment
4848

4949
OS: <!-- Windows 10? OSX? -->
50-
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-7-prerelease-20200921 etc
50+
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-7-prerelease-20201009 etc
5151
Also provide the docker image id
5252
-->
5353
Docker version:

Distributor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.0.0-alpha-7-prerelease-20200921
5+
FROM selenium/base:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER 1200

EventBus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.0.0-alpha-7-prerelease-20200921
5+
FROM selenium/base:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER 1200

Hub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.0.0-alpha-7-prerelease-20200921
5+
FROM selenium/base:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER 1200

NodeBase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.0.0-alpha-7-prerelease-20200921
5+
FROM selenium/base:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER root

NodeChrome/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/node-base:4.0.0-alpha-7-prerelease-20200921
5+
FROM selenium/node-base:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER root

NodeDocker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.0.0-alpha-7-20200921
5+
FROM selenium/base:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER 1200

NodeDocker/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
33
# start a container with the given image.
44
configs = [
5-
"selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20200921", "{\"browserName\": \"firefox\"}",
6-
"selenium/standalone-chrome:4.0.0-alpha-7-prerelease-20200921", "{\"browserName\": \"chrome\"}",
7-
"selenium/standalone-opera:4.0.0-alpha-7-prerelease-20200921", "{\"browserName\": \"operablink\"}"
5+
"selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20201009", "{\"browserName\": \"firefox\"}",
6+
"selenium/standalone-chrome:4.0.0-alpha-7-prerelease-20201009", "{\"browserName\": \"chrome\"}",
7+
"selenium/standalone-opera:4.0.0-alpha-7-prerelease-20201009", "{\"browserName\": \"operablink\"}"
88
]
99

1010
# URL for connecting to the docker daemon

NodeFirefox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/node-base:4.0.0-alpha-7-prerelease-20200921
5+
FROM selenium/node-base:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER root

NodeOpera/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/node-base:4.0.0-alpha-7-prerelease-20200921
5+
FROM selenium/node-base:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER root

README.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We are doing prereleases on a regular basis to get early feedback. This means th
1111
can be currently at a different alpha version (e.g. bindings on Alpha 6, and these Docker images on prerelease Alpha 7).
1212

1313
Docker images for Grid 4 come with a handful of tags to simplify its usage, have a look at them in one of
14-
our [prereleases](https://github.com/SeleniumHQ/docker-selenium/releases/tag/4.0.0-alpha-7-prerelease-20200921)
14+
our [prereleases](https://github.com/SeleniumHQ/docker-selenium/releases/tag/4.0.0-alpha-7-prerelease-20201009)
1515

1616
To get notifications of new prereleases, add yourself as a watcher of "Releases only".
1717

@@ -31,9 +31,9 @@ https://www.selenium.dev/support/
3131
1. Start a Docker container with Firefox
3232

3333
``` bash
34-
$ docker run -d -p 4444:4444 --shm-size 2g selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20200921
34+
$ docker run -d -p 4444:4444 --shm-size 2g selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20201009
3535
# OR
36-
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20200921
36+
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20201009
3737
```
3838

3939
2. Point your WebDriver tests to http://localhost:4444/wd/hub
@@ -60,17 +60,17 @@ ___
6060

6161
![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/main/src/firefox/firefox_24x24.png) Firefox
6262
``` bash
63-
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20200921
63+
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20201009
6464
```
6565

6666
![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/main/src/chrome/chrome_24x24.png) Chrome
6767
``` bash
68-
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:4.0.0-alpha-7-prerelease-20200921
68+
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:4.0.0-alpha-7-prerelease-20201009
6969
```
7070

7171
![Opera](https://raw.githubusercontent.com/alrra/browser-logos/main/src/opera/opera_24x24.png) Opera
7272
``` bash
73-
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-opera:4.0.0-alpha-7-prerelease-20200921
73+
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-opera:4.0.0-alpha-7-prerelease-20201009
7474
```
7575

7676
_Note: Only one Standalone container can run on port_ `4444` _at the same time._
@@ -87,20 +87,20 @@ A Docker [network](https://docs.docker.com/engine/reference/commandline/network_
8787

8888
``` bash
8989
$ docker network create grid
90-
$ docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:4.0.0-alpha-7-prerelease-20200921
90+
$ docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:4.0.0-alpha-7-prerelease-20201009
9191
$ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
9292
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
9393
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
9494
-v /dev/shm:/dev/shm \
95-
selenium/node-chrome:4.0.0-alpha-7-prerelease-20200921
95+
selenium/node-chrome:4.0.0-alpha-7-prerelease-20201009
9696
$ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
9797
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
9898
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
99-
-v /dev/shm:/dev/shm selenium/node-firefox:4.0.0-alpha-7-prerelease-20200921
99+
-v /dev/shm:/dev/shm selenium/node-firefox:4.0.0-alpha-7-prerelease-20201009
100100
$ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
101101
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
102102
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
103-
-v /dev/shm:/dev/shm selenium/node-opera:4.0.0-alpha-7-prerelease-20200921
103+
-v /dev/shm:/dev/shm selenium/node-opera:4.0.0-alpha-7-prerelease-20201009
104104
```
105105

106106
When you are done using the Grid, and the containers have exited, the network can be removed with the following command:
@@ -156,9 +156,9 @@ You can save this file locally and name it, for example, `config.toml`.
156156
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
157157
# start a container with the given image.
158158
configs = [
159-
"selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20200921", "{\"browserName\": \"firefox\"}",
160-
"selenium/standalone-chrome:4.0.0-alpha-7-prerelease-20200921", "{\"browserName\": \"chrome\"}",
161-
"selenium/standalone-opera:4.0.0-alpha-7-prerelease-20200921", "{\"browserName\": \"operablink\"}"
159+
"selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20201009", "{\"browserName\": \"firefox\"}",
160+
"selenium/standalone-chrome:4.0.0-alpha-7-prerelease-20201009", "{\"browserName\": \"chrome\"}",
161+
"selenium/standalone-opera:4.0.0-alpha-7-prerelease-20201009", "{\"browserName\": \"operablink\"}"
162162
]
163163

164164
# URL for connecting to the docker daemon
@@ -177,12 +177,12 @@ virtual machines.
177177

178178
``` bash
179179
$ docker network create grid
180-
$ docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:4.0.0-alpha-7-20200921
180+
$ docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:4.0.0-alpha-7-20201009
181181
$ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
182182
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
183183
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
184184
-v ${PWD}/config.toml:/opt/bin/config.toml \
185-
selenium/node-docker:4.0.0-alpha-7-20200921
185+
selenium/node-docker:4.0.0-alpha-7-20201009
186186
```
187187

188188
When you are done using the Grid, and the containers have exited, the network can be removed with the following command:
@@ -197,14 +197,14 @@ $ docker network rm grid
197197
```bash
198198
docker run --rm -ti --name selenium-docker -p 4444:4444 \
199199
-v ${PWD}/config.toml:/opt/bin/config.toml \
200-
selenium/standalone-docker:4.0.0-alpha-7-20200921
200+
selenium/standalone-docker:4.0.0-alpha-7-20201009
201201
```
202202

203203
___
204204

205205
## Video recording ![BETA](https://img.shields.io/badge/beta!-blue?style=for-the-badge)
206206

207-
It is possible to record your tests running in containers by using the `selenium/video:ffmpeg-4.3.1-20200921`
207+
It is possible to record your tests running in containers by using the `selenium/video:ffmpeg-4.3.1-20201009`
208208
Docker image. One container is needed per each container where a browser is running. This means if you are
209209
running 5 Nodes/Standalone containers, you will need 5 video containers, the mapping is 1-1.
210210

@@ -230,8 +230,8 @@ This example shows how to start the containers manually:
230230

231231
``` bash
232232
$ docker network create grid
233-
$ docker run -d -p 4444:4444 -p 6900:5900 --net grid --name selenium -v /dev/shm:/dev/shm selenium/standalone-chrome:4.0.0-alpha-7-20200921
234-
$ docker run -d --net grid --name video -v /tmp/videos:/videos selenium/video:ffmpeg-4.3.1-20200921
233+
$ docker run -d -p 4444:4444 -p 6900:5900 --net grid --name selenium -v /dev/shm:/dev/shm selenium/standalone-chrome:4.0.0-alpha-7-20201009
234+
$ docker run -d --net grid --name video -v /tmp/videos:/videos selenium/video:ffmpeg-4.3.1-20201009
235235
# Run your tests
236236
$ docker stop video && docker rm video
237237
$ docker stop selenium && docker rm selenium
@@ -258,15 +258,15 @@ ___
258258
You can pass `SE_OPTS` variable with additional commandline parameters for starting a hub or a node.
259259

260260
``` bash
261-
$ docker run -d -p 4444:4444 -e SE_OPTS="-debug" --name selenium-hub selenium/hub:4.0.0-alpha-7-prerelease-20200921
261+
$ docker run -d -p 4444:4444 -e SE_OPTS="-debug" --name selenium-hub selenium/hub:4.0.0-alpha-7-prerelease-20201009
262262
```
263263

264264
### JAVA_OPTS Java Environment Options
265265

266266
You can pass `JAVA_OPTS` environment variable to java process.
267267

268268
``` bash
269-
$ docker run -d -p 4444:4444 -e JAVA_OPTS=-Xmx512m --name selenium-hub selenium/hub:4.0.0-alpha-7-prerelease-20200921
269+
$ docker run -d -p 4444:4444 -e JAVA_OPTS=-Xmx512m --name selenium-hub selenium/hub:4.0.0-alpha-7-prerelease-20201009
270270
```
271271

272272
### Node configuration options
@@ -282,7 +282,7 @@ variables.
282282
Here is an example with the default values of these environment variables:
283283

284284
```bash
285-
$ docker run -d --e SE_EVENT_BUS_HOST=<event_bus_ip|event_bus_name> -e SE_EVENT_BUS_PUBLISH_PORT=4442 -e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 -v /dev/shm:/dev/shm selenium/node-chrome:4.0.0-alpha-7-prerelease-20200921
285+
$ docker run -d --e SE_EVENT_BUS_HOST=<event_bus_ip|event_bus_name> -e SE_EVENT_BUS_PUBLISH_PORT=4442 -e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 -v /dev/shm:/dev/shm selenium/node-chrome:4.0.0-alpha-7-prerelease-20201009
286286
```
287287

288288
### Setting Screen Resolution
@@ -337,11 +337,11 @@ current one._
337337

338338
``` bash
339339
$ docker network create grid
340-
$ docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:4.0.0-alpha-7-prerelease-20200921
340+
$ docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:4.0.0-alpha-7-prerelease-20201009
341341
$ docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
342342
-e SE_EVENT_BUS_PUBLISH_PORT=4442 -e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
343343
-v /dev/shm:/dev/shm \
344-
-v /e2e/uploads:/e2e/uploads selenium/node-firefox:4.0.0-alpha-7-prerelease-20200921
344+
-v /e2e/uploads:/e2e/uploads selenium/node-firefox:4.0.0-alpha-7-prerelease-20201009
345345
```
346346

347347
_Note:_ `-v /e2e/uploads:/e2e/uploads` _is optional in case you are testing browser uploads on your
@@ -422,10 +422,10 @@ $ docker network create grid
422422
$ docker run -d -p 4444:4444 --net grid --name selenium-hub \
423423
--health-cmd='/opt/bin/check-grid.sh --host 0.0.0.0 --port 4444' \
424424
--health-interval=15s --health-timeout=30s --health-retries=5 \
425-
selenium/hub:4.0.0-alpha-7-prerelease-20200921
426-
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-chrome:4.0.0-alpha-7-prerelease-20200921
427-
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-firefox:4.0.0-alpha-7-prerelease-20200921
428-
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-opera:4.0.0-alpha-7-prerelease-20200921
425+
selenium/hub:4.0.0-alpha-7-prerelease-20201009
426+
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-chrome:4.0.0-alpha-7-prerelease-20201009
427+
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-firefox:4.0.0-alpha-7-prerelease-20201009
428+
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-opera:4.0.0-alpha-7-prerelease-20201009
429429
```
430430
**Note:** The `\` line delimiter won't work on Windows based terminals, try either `^` or a backtick.
431431

@@ -489,9 +489,9 @@ running inside the container.
489489

490490
Here is an example with the standalone images, the same concept applies to the node images.
491491
``` bash
492-
$ docker run -d -p 4444:4444 -p 5900:5900 -v /dev/shm:/dev/shm selenium/standalone-chrome:4.0.0-alpha-7-prerelease-20200921
493-
$ docker run -d -p 4445:4444 -p 5901:5900 -v /dev/shm:/dev/shm selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20200921
494-
$ docker run -d -p 4446:4444 -p 5902:5900 -v /dev/shm:/dev/shm selenium/standalone-opera:4.0.0-alpha-7-prerelease-20200921
492+
$ docker run -d -p 4444:4444 -p 5900:5900 -v /dev/shm:/dev/shm selenium/standalone-chrome:4.0.0-alpha-7-prerelease-20201009
493+
$ docker run -d -p 4445:4444 -p 5901:5900 -v /dev/shm:/dev/shm selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20201009
494+
$ docker run -d -p 4446:4444 -p 5902:5900 -v /dev/shm:/dev/shm selenium/standalone-opera:4.0.0-alpha-7-prerelease-20201009
495495
```
496496

497497
Then, you would use in your VNC client:
@@ -509,9 +509,9 @@ When you are prompted for the password it is `secret`. If you wish to change thi
509509
it in the `/NodeBase/Dockerfile` and build the images yourself, or you can define a Docker image that derives from
510510
the posted ones which reconfigures it:
511511
``` dockerfile
512-
#FROM selenium/node-chrome:4.0.0-alpha-7-prerelease-20200921
513-
#FROM selenium/node-firefox:4.0.0-alpha-7-prerelease-20200921
514-
#FROM selenium/node-opera:4.0.0-alpha-7-prerelease-20200921
512+
#FROM selenium/node-chrome:4.0.0-alpha-7-prerelease-20201009
513+
#FROM selenium/node-firefox:4.0.0-alpha-7-prerelease-20201009
514+
#FROM selenium/node-opera:4.0.0-alpha-7-prerelease-20201009
515515
#Choose the FROM statement that works for you.
516516

517517
RUN x11vnc -storepasswd <your-password-here> /home/seluser/.vnc/passwd

Router/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.0.0-alpha-7-prerelease-20200921
5+
FROM selenium/base:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER 1200

Sessions/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.0.0-alpha-7-prerelease-20200921
5+
FROM selenium/base:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER 1200

StandaloneChrome/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/node-chrome:4.0.0-alpha-7-prerelease-20200921
5+
FROM selenium/node-chrome:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER 1200

StandaloneDocker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.0.0-alpha-7-20200921
5+
FROM selenium/base:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER 1200

StandaloneDocker/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
33
# start a container with the given image.
44
configs = [
5-
"selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20200921", "{\"browserName\": \"firefox\"}",
6-
"selenium/standalone-chrome:4.0.0-alpha-7-prerelease-20200921", "{\"browserName\": \"chrome\"}",
7-
"selenium/standalone-opera:4.0.0-alpha-7-prerelease-20200921", "{\"browserName\": \"operablink\"}"
5+
"selenium/standalone-firefox:4.0.0-alpha-7-prerelease-20201009", "{\"browserName\": \"firefox\"}",
6+
"selenium/standalone-chrome:4.0.0-alpha-7-prerelease-20201009", "{\"browserName\": \"chrome\"}",
7+
"selenium/standalone-opera:4.0.0-alpha-7-prerelease-20201009", "{\"browserName\": \"operablink\"}"
88
]
99

1010
# URL for connecting to the docker daemon

StandaloneFirefox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/node-firefox:4.0.0-alpha-7-prerelease-20200921
5+
FROM selenium/node-firefox:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER 1200

StandaloneOpera/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/node-opera:4.0.0-alpha-7-prerelease-20200921
5+
FROM selenium/node-opera:4.0.0-alpha-7-prerelease-20201009
66
LABEL authors=SeleniumHQ
77

88
USER 1200

0 commit comments

Comments
 (0)