Skip to content

Commit 96bc6ad

Browse files
committed
3.141.59-krypton release
1 parent 9724a24 commit 96bc6ad

File tree

18 files changed

+61
-61
lines changed

18 files changed

+61
-61
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.4, 3.141.59-iron etc
44+
Docker-Selenium image version: <!-- 3, 3.4, 3.141.59-krypton 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.4, 3.141.59-iron etc
44+
Docker-Selenium image version: <!-- 3, 3.4, 3.141.59-krypton 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.4, 3.141.59-iron etc
50+
Docker-Selenium image version: <!-- 3, 3.4, 3.141.59-krypton etc
5151
Also provide the docker image id
5252
-->
5353
Docker version:

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:3.141.59-iron
5+
FROM selenium/base:3.141.59-krypton
66
LABEL authors=SeleniumHQ
77

88
USER seluser

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME := $(or $(NAME),$(NAME),selenium)
2-
VERSION := $(or $(VERSION),$(VERSION),3.141.59-iron)
2+
VERSION := $(or $(VERSION),$(VERSION),3.141.59-krypton)
33
NAMESPACE := $(or $(NAMESPACE),$(NAMESPACE),$(NAME))
44
AUTHORS := $(or $(AUTHORS),$(AUTHORS),SeleniumHQ)
55
PLATFORM := $(shell uname -s)

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:3.141.59-iron
5+
FROM selenium/base:3.141.59-krypton
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:3.141.59-iron
5+
FROM selenium/node-base:3.141.59-krypton
66
LABEL authors=SeleniumHQ
77

88
USER root

NodeChromeDebug/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:3.141.59-iron
5+
FROM selenium/node-chrome:3.141.59-krypton
66
LABEL authors=SeleniumHQ
77

88
USER root

NodeChromeDebug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you are running Boot2Docker on Mac then you already have a [VNC client](http:
3737
When you are prompted for the password it is __secret__. If you wish to change this then you should either change it in the `/NodeBase/Dockerfile` and build the images yourself, or you can define a docker image that derives from the posted ones which reconfigures it:
3838

3939
``` dockerfile
40-
FROM selenium/node-chrome-debug:3.141.59-iron
40+
FROM selenium/node-chrome-debug:3.141.59-krypton
4141

4242
RUN x11vnc -storepasswd <your-password-here> /home/seluser/.vnc/passwd
4343
```

NodeDebug/README.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you are running Boot2Docker on Mac then you already have a [VNC client](http:
3737
When you are prompted for the password it is __secret__. If you wish to change this then you should either change it in the `/NodeBase/Dockerfile` and build the images yourself, or you can define a docker image that derives from the posted ones which reconfigures it:
3838

3939
``` dockerfile
40-
FROM selenium/##BASE##-debug:3.141.59-iron
40+
FROM selenium/##BASE##-debug:3.141.59-krypton
4141

4242
RUN x11vnc -storepasswd <your-password-here> /home/seluser/.vnc/passwd
4343
```

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:3.141.59-iron
5+
FROM selenium/node-base:3.141.59-krypton
66
LABEL authors=SeleniumHQ
77

88
USER root

NodeFirefoxDebug/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:3.141.59-iron
5+
FROM selenium/node-firefox:3.141.59-krypton
66
LABEL authors=SeleniumHQ
77

88
USER root

NodeFirefoxDebug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you are running Boot2Docker on Mac then you already have a [VNC client](http:
3737
When you are prompted for the password it is __secret__. If you wish to change this then you should either change it in the `/NodeBase/Dockerfile` and build the images yourself, or you can define a docker image that derives from the posted ones which reconfigures it:
3838

3939
``` dockerfile
40-
FROM selenium/node-firefox-debug:3.141.59-iron
40+
FROM selenium/node-firefox-debug:3.141.59-krypton
4141

4242
RUN x11vnc -storepasswd <your-password-here> /home/seluser/.vnc/passwd
4343
```

README.md

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Images included:
3131

3232
Chrome
3333
``` bash
34-
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:3.141.59-iron
34+
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:3.141.59-krypton
3535
#OR
36-
$ docker run -d -p 4444:4444 --shm-size=2g selenium/standalone-chrome:3.141.59-iron
36+
$ docker run -d -p 4444:4444 --shm-size=2g selenium/standalone-chrome:3.141.59-krypton
3737
```
3838
Firefox
3939
``` bash
40-
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-firefox:3.141.59-iron
40+
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-firefox:3.141.59-krypton
4141
#OR
42-
$ docker run -d -p 4444:4444 --shm-size 2g selenium/standalone-firefox:3.141.59-iron
42+
$ docker run -d -p 4444:4444 --shm-size 2g selenium/standalone-firefox:3.141.59-krypton
4343
```
4444
This is a known workaround to avoid the browser crashing inside a docker container, here are the documented issues for
4545
[Chrome](https://code.google.com/p/chromium/issues/detail?id=519952) and [Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=1338771#c10).
@@ -50,9 +50,9 @@ to tune this value according to your needs. Along the examples `-v /dev/shm:/dev
5050
### Standalone Chrome and Firefox
5151

5252
``` bash
53-
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:3.141.59-iron
53+
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:3.141.59-krypton
5454
# OR
55-
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-firefox:3.141.59-iron
55+
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-firefox:3.141.59-krypton
5656
```
5757

5858
_Note: Only one standalone image can run on port_ `4444` _at a time._
@@ -68,9 +68,9 @@ A docker [network](https://docs.docker.com/engine/reference/commandline/network_
6868

6969
``` bash
7070
$ docker network create grid
71-
$ docker run -d -p 4444:4444 --net grid --name selenium-hub selenium/hub:3.141.59-iron
72-
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-chrome:3.141.59-iron
73-
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-firefox:3.141.59-iron
71+
$ docker run -d -p 4444:4444 --net grid --name selenium-hub selenium/hub:3.141.59-krypton
72+
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-chrome:3.141.59-krypton
73+
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-firefox:3.141.59-krypton
7474
```
7575

7676
When you are done using the grid and the containers have exited, the network can be removed with the following command:
@@ -94,7 +94,7 @@ snippet as your `docker-compose.yaml`, save it locally and in the same folder ru
9494
version: '2'
9595
services:
9696
firefox:
97-
image: selenium/node-firefox:3.141.59-iron
97+
image: selenium/node-firefox:3.141.59-krypton
9898
volumes:
9999
- /dev/shm:/dev/shm
100100
depends_on:
@@ -103,7 +103,7 @@ services:
103103
HUB_HOST: hub
104104

105105
chrome:
106-
image: selenium/node-chrome:3.141.59-iron
106+
image: selenium/node-chrome:3.141.59-krypton
107107
volumes:
108108
- /dev/shm:/dev/shm
109109
depends_on:
@@ -112,7 +112,7 @@ services:
112112
HUB_HOST: hub
113113

114114
hub:
115-
image: selenium/hub:3.141.59-iron
115+
image: selenium/hub:3.141.59-krypton
116116
ports:
117117
- "4444:4444"
118118
```
@@ -124,12 +124,12 @@ services:
124124
version: "3"
125125
services:
126126
selenium-hub:
127-
image: selenium/hub:3.141.59-iron
127+
image: selenium/hub:3.141.59-krypton
128128
container_name: selenium-hub
129129
ports:
130130
- "4444:4444"
131131
chrome:
132-
image: selenium/node-chrome:3.141.59-iron
132+
image: selenium/node-chrome:3.141.59-krypton
133133
volumes:
134134
- /dev/shm:/dev/shm
135135
depends_on:
@@ -138,7 +138,7 @@ services:
138138
- HUB_HOST=selenium-hub
139139
- HUB_PORT=4444
140140
firefox:
141-
image: selenium/node-firefox:3.141.59-iron
141+
image: selenium/node-firefox:3.141.59-krypton
142142
volumes:
143143
- /dev/shm:/dev/shm
144144
depends_on:
@@ -160,12 +160,12 @@ version: '3.7'
160160

161161
services:
162162
hub:
163-
image: selenium/hub:3.141.59-iron
163+
image: selenium/hub:3.141.59-krypton
164164
ports:
165165
- "4444:4444"
166166

167167
chrome:
168-
image: selenium/node-chrome:3.141.59-iron
168+
image: selenium/node-chrome:3.141.59-krypton
169169
volumes:
170170
- /dev/shm:/dev/shm
171171
environment:
@@ -176,7 +176,7 @@ services:
176176
entrypoint: bash -c 'SE_OPTS="-host $$HOSTNAME" /opt/bin/entry_point.sh'
177177

178178
firefox:
179-
image: selenium/node-firefox:3.141.59-iron
179+
image: selenium/node-firefox:3.141.59-krypton
180180
volumes:
181181
- /dev/shm:/dev/shm
182182
environment:
@@ -193,9 +193,9 @@ for longer term usage since this is a docker [legacy feature](https://docs.docke
193193
It could serve you as an option for a proof of concept, and for simplicity it is used in the examples shown from now on.
194194

195195
``` bash
196-
$ docker run -d -p 4444:4444 --name selenium-hub selenium/hub:3.141.59-iron
197-
$ docker run -d --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-chrome:3.141.59-iron
198-
$ docker run -d --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-firefox:3.141.59-iron
196+
$ docker run -d -p 4444:4444 --name selenium-hub selenium/hub:3.141.59-krypton
197+
$ docker run -d --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-chrome:3.141.59-krypton
198+
$ docker run -d --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-firefox:3.141.59-krypton
199199
```
200200

201201
### Deploying to Kubernetes
@@ -210,15 +210,15 @@ on how to deploy selenium hub and nodes on a Kubernetes cluster.
210210
You can pass `JAVA_OPTS` environment variable to java process.
211211

212212
``` bash
213-
$ docker run -d -p 4444:4444 -e JAVA_OPTS=-Xmx512m --name selenium-hub selenium/hub:3.141.59-iron
213+
$ docker run -d -p 4444:4444 -e JAVA_OPTS=-Xmx512m --name selenium-hub selenium/hub:3.141.59-krypton
214214
```
215215

216216
### SE_OPTS Selenium Configuration Options
217217

218218
You can pass `SE_OPTS` variable with additional commandline parameters for starting a hub or a node.
219219

220220
``` bash
221-
$ docker run -d -p 4444:4444 -e SE_OPTS="-debug" --name selenium-hub selenium/hub:3.141.59-iron
221+
$ docker run -d -p 4444:4444 -e SE_OPTS="-debug" --name selenium-hub selenium/hub:3.141.59-krypton
222222
```
223223

224224
### Selenium Hub and Node Configuration options
@@ -230,15 +230,15 @@ You can pass the `HUB_HOST` and `HUB_PORT` options to provide the hub address to
230230

231231
``` bash
232232
# Assuming a hub was already started on the default port
233-
$ docker run -d -e HUB_HOST=<hub_ip|hub_name> -e HUB_PORT=4444 selenium/node-chrome:3.141.59-iron
233+
$ docker run -d -e HUB_HOST=<hub_ip|hub_name> -e HUB_PORT=4444 selenium/node-chrome:3.141.59-krypton
234234
```
235235

236236
Some network topologies might prevent the hub to reach the node through the url given at registration time, `REMOTE_HOST`
237237
can be used to supply the hub a url where the node is reachable under your specific network configuration
238238

239239
``` bash
240240
# Assuming a hub was already started on the default port
241-
$ docker run -d -p <node_port>:5555 -e HUB_HOST=<hub_ip|hub_name> -e HUB_PORT=4444 -e REMOTE_HOST="http://<node_ip|node_name>:<node_port>" selenium/node-firefox:3.141.59-iron
241+
$ docker run -d -p <node_port>:5555 -e HUB_HOST=<hub_ip|hub_name> -e HUB_PORT=4444 -e REMOTE_HOST="http://<node_ip|node_name>:<node_port>" selenium/node-firefox:3.141.59-krypton
242242
```
243243

244244
### Setting Screen Resolution
@@ -259,7 +259,7 @@ environment variable `NODE_MAX_INSTANCES`. For example, a Firefox node with 5 sl
259259

260260
``` bash
261261
# Assuming a hub was already started
262-
$ docker run -d -e HUB_HOST=<hub_ip|hub_name> -e NODE_MAX_INSTANCES=5 selenium/node-firefox:3.141.59-iron
262+
$ docker run -d -e HUB_HOST=<hub_ip|hub_name> -e NODE_MAX_INSTANCES=5 selenium/node-firefox:3.141.59-krypton
263263
```
264264

265265
Don't forget to combine this with the environment variable `NODE_MAX_SESSION`, which sets the maximum amount of tests
@@ -268,7 +268,7 @@ should also be at least 5. Full example:
268268

269269
``` bash
270270
# Assuming a hub was already started
271-
$ docker run -d -e HUB_HOST=<hub_ip|hub_name> -e NODE_MAX_INSTANCES=5 -e NODE_MAX_SESSION=5 selenium/node-firefox:3.141.59-iron
271+
$ docker run -d -e HUB_HOST=<hub_ip|hub_name> -e NODE_MAX_INSTANCES=5 -e NODE_MAX_SESSION=5 selenium/node-firefox:3.141.59-krypton
272272
```
273273

274274
### Running in Headless mode
@@ -305,11 +305,11 @@ _Note: Omitting_ `VERSION=local` _will build the images with the current version
305305
##### Example: Spawn a container for testing in Chrome:
306306

307307
``` bash
308-
$ docker run -d --name selenium-hub -p 4444:4444 selenium/hub:3.141.59-iron
308+
$ docker run -d --name selenium-hub -p 4444:4444 selenium/hub:3.141.59-krypton
309309
$ CH=$(docker run --rm --name=ch \
310310
--link selenium-hub:hub -v /e2e/uploads:/e2e/uploads \
311311
-v /dev/shm:/dev/shm \
312-
selenium/node-chrome:3.141.59-iron)
312+
selenium/node-chrome:3.141.59-krypton)
313313
```
314314

315315
_Note:_ `-v /e2e/uploads:/e2e/uploads` _is optional in case you are testing browser uploads on your web app you will probably need to share a directory for this._
@@ -319,11 +319,11 @@ _Note:_ `-v /e2e/uploads:/e2e/uploads` _is optional in case you are testing brow
319319
This command line is the same as for Chrome. Remember that the Selenium running container is able to launch either Chrome or Firefox, the idea around having 2 separate containers, one for each browser is for convenience plus avoiding certain `:focus` issues your web app may encounter during end-to-end test automation.
320320

321321
``` bash
322-
$ docker run -d --name selenium-hub -p 4444:4444 selenium/hub:3.141.59-iron
322+
$ docker run -d --name selenium-hub -p 4444:4444 selenium/hub:3.141.59-krypton
323323
$ FF=$(docker run --rm --name=fx \
324324
--link selenium-hub:hub -v /e2e/uploads:/e2e/uploads \
325325
-v /dev/shm:/dev/shm \
326-
selenium/node-firefox:3.141.59-iron)
326+
selenium/node-firefox:3.141.59-krypton)
327327
```
328328

329329
_Note: Since a Docker container is not meant to preserve state and spawning a new one takes less than 3 seconds you will likely want to remove containers after each end-to-end test with_ `--rm` _command. You need to think of your Docker containers as single processes, not as running virtual machines, in case you are familiar with [Vagrant](https://www.vagrantup.com/)._
@@ -374,9 +374,9 @@ $ docker network create grid
374374
$ docker run -d -p 4444:4444 --net grid --name selenium-hub \
375375
--health-cmd='/opt/bin/check-grid.sh --host 0.0.0.0 --port 4444' \
376376
--health-interval=15s --health-timeout=30s --health-retries=5 \
377-
selenium/hub:3.141.59-iron
378-
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-chrome:3.141.59-iron
379-
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-firefox:3.141.59-iron
377+
selenium/hub:3.141.59-krypton
378+
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-chrome:3.141.59-krypton
379+
$ docker run -d --net grid -e HUB_HOST=selenium-hub -v /dev/shm:/dev/shm selenium/node-firefox:3.141.59-krypton
380380
```
381381
**Note:** The `\` line delimiter won't work on Windows based terminals, try either `^` or a backtick.
382382

@@ -427,27 +427,27 @@ Like this, the script will poll until the Grid is ready, and then your tests wil
427427

428428
In the event you wish to visually see what the browser is doing you will want to run the `debug` variant of node or standalone images. A VNC server will run on port 5900. You are free to map that to any free external port that you wish. Keep in mind that you will only be able to run one node per port so if you wish to include a second node, or more, you will have to use different ports, the 5900 as the internal port will have to remain the same though as thats the VNC service on the node. The second example below shows how to run multiple nodes and with different VNC ports open:
429429
``` bash
430-
$ docker run -d -P -p <port4VNC>:5900 --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-chrome-debug:3.141.59-iron
431-
$ docker run -d -P -p <port4VNC>:5900 --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-firefox-debug:3.141.59-iron
430+
$ docker run -d -P -p <port4VNC>:5900 --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-chrome-debug:3.141.59-krypton
431+
$ docker run -d -P -p <port4VNC>:5900 --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-firefox-debug:3.141.59-krypton
432432
```
433433
e.g.:
434434
``` bash
435-
$ docker run -d -P -p 5900:5900 --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-chrome-debug:3.141.59-iron
436-
$ docker run -d -P -p 5901:5900 --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-firefox-debug:3.141.59-iron
435+
$ docker run -d -P -p 5900:5900 --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-chrome-debug:3.141.59-krypton
436+
$ docker run -d -P -p 5901:5900 --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-firefox-debug:3.141.59-krypton
437437
```
438438
to connect to the Chrome node on 5900 and the Firefox node on 5901 (assuming those node are free, and reachable).
439439

440440
And for standalone:
441441
``` bash
442-
$ docker run -d -p 4444:4444 -p <port4VNC>:5900 -v /dev/shm:/dev/shm selenium/standalone-chrome-debug:3.141.59-iron
442+
$ docker run -d -p 4444:4444 -p <port4VNC>:5900 -v /dev/shm:/dev/shm selenium/standalone-chrome-debug:3.141.59-krypton
443443
# OR
444-
$ docker run -d -p 4444:4444 -p <port4VNC>:5900 -v /dev/shm:/dev/shm selenium/standalone-firefox-debug:3.141.59-iron
444+
$ docker run -d -p 4444:4444 -p <port4VNC>:5900 -v /dev/shm:/dev/shm selenium/standalone-firefox-debug:3.141.59-krypton
445445
```
446446
or
447447
``` bash
448-
$ docker run -d -p 4444:4444 -p 5900:5900 -v /dev/shm:/dev/shm selenium/standalone-chrome-debug:3.141.59-iron
448+
$ docker run -d -p 4444:4444 -p 5900:5900 -v /dev/shm:/dev/shm selenium/standalone-chrome-debug:3.141.59-krypton
449449
# OR
450-
$ docker run -d -p 4444:4444 -p 5901:5900 -v /dev/shm:/dev/shm selenium/standalone-firefox-debug:3.141.59-iron
450+
$ docker run -d -p 4444:4444 -p 5901:5900 -v /dev/shm:/dev/shm selenium/standalone-firefox-debug:3.141.59-krypton
451451
```
452452

453453
You can acquire the port that the VNC server is exposed to by running:
@@ -466,8 +466,8 @@ If you are running [Boot2Docker](https://docs.docker.com/installation/mac/) on O
466466

467467
When you are prompted for the password it is `secret`. If you wish to change this then you should either change it in the `/NodeBase/Dockerfile` and build the images yourself, or you can define a Docker image that derives from the posted ones which reconfigures it:
468468
``` dockerfile
469-
#FROM selenium/node-chrome-debug:3.141.59-iron
470-
#FROM selenium/node-firefox-debug:3.141.59-iron
469+
#FROM selenium/node-chrome-debug:3.141.59-krypton
470+
#FROM selenium/node-firefox-debug:3.141.59-krypton
471471
#Choose the FROM statement that works for you.
472472
473473
RUN x11vnc -storepasswd <your-password-here> /home/seluser/.vnc/passwd

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:3.141.59-iron
5+
FROM selenium/node-chrome:3.141.59-krypton
66
LABEL authors=SeleniumHQ
77

88
USER seluser

0 commit comments

Comments
 (0)