Skip to content

Commit 0688f01

Browse files
committed
Update tag in docs and files [skip ci]
1 parent 1a3b0e1 commit 0688f01

File tree

21 files changed

+73
-68
lines changed

21 files changed

+73
-68
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-20200907 etc
44+
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-7-prerelease-20200921 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-20200907 etc
44+
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-7-prerelease-20200921 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-20200907 etc
50+
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-7-prerelease-20200921 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-20200907
5+
FROM selenium/base:4.0.0-alpha-7-prerelease-20200921
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-20200907
5+
FROM selenium/base:4.0.0-alpha-7-prerelease-20200921
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-20200907
5+
FROM selenium/base:4.0.0-alpha-7-prerelease-20200921
66
LABEL authors=SeleniumHQ
77

88
USER 1200

NodeBase/Dockerfile

Lines changed: 8 additions & 3 deletions
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-20200907
5+
FROM selenium/base:4.0.0-alpha-7-prerelease-20200921
66
LABEL authors=SeleniumHQ
77

88
USER root
@@ -124,10 +124,14 @@ RUN sudo chmod -R 777 ${HOME} \
124124
#==============================
125125
# Scripts to run fluxbox and x11vnc
126126
#==============================
127-
COPY start-fluxbox.sh \
128-
start-vnc.sh \
127+
COPY start-vnc.sh \
129128
/opt/bin/
130129

130+
#==============================
131+
# Selenium Grid logo as wallpaper for Fluxbox
132+
#==============================
133+
COPY selenium_grid_logo.png /usr/share/images/fluxbox/ubuntu-light.png
134+
131135
#============================
132136
# Some configuration options
133137
#============================
@@ -136,6 +140,7 @@ ENV SCREEN_HEIGHT 1020
136140
ENV SCREEN_DEPTH 24
137141
ENV SCREEN_DPI 96
138142
ENV DISPLAY :99.0
143+
ENV DISPLAY_NUM 99
139144
ENV START_XVFB true
140145

141146
#========================

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-20200907
5+
FROM selenium/node-base:4.0.0-alpha-7-prerelease-20200921
66
LABEL authors=SeleniumHQ
77

88
USER root

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-20200907
5+
FROM selenium/node-base:4.0.0-alpha-7-prerelease-20200921
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-20200907
5+
FROM selenium/node-base:4.0.0-alpha-7-prerelease-20200921
66
LABEL authors=SeleniumHQ
77

88
USER root

0 commit comments

Comments
 (0)