Skip to content

Commit f96102b

Browse files
committed
Update tag in docs and files [skip ci]
1 parent f87ef6f commit f96102b

29 files changed

+127
-127
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ body:
5555
attributes:
5656
label: Docker Selenium version (tag)
5757
description: What version of Docker Selenium are you using?
58-
placeholder: 4.1.2-20220130? Please use the full tag, avoid "latest"
58+
placeholder: 4.1.2-20220131? Please use the full tag, avoid "latest"
5959
validations:
6060
required: true

Distributor/Dockerfile

+1-1
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.1.2-20220130
5+
FROM selenium/base:4.1.2-20220131
66
LABEL authors=SeleniumHQ
77

88
USER 1200

EventBus/Dockerfile

+1-1
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.1.2-20220130
5+
FROM selenium/base:4.1.2-20220131
66
LABEL authors=SeleniumHQ
77

88
USER 1200

Hub/Dockerfile

+2-2
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.1.2-20220130
5+
FROM selenium/base:4.1.2-20220131
66
LABEL authors=SeleniumHQ
77

88
USER 1200
@@ -18,7 +18,7 @@ EXPOSE 4444
1818
# In seconds, maps to "--session-request-timeout"
1919
ENV SE_SESSION_REQUEST_TIMEOUT 300
2020
# In seconds, maps to "--session-retry-interval"
21-
ENV SE_SESSION_RETRY_INTERVAL 5
21+
ENV SE_SESSION_RETRY_INTERVAL 0
2222
# Boolean value, maps "--relax-checks"
2323
ENV SE_RELAX_CHECKS true
2424

NodeBase/Dockerfile

+1-1
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.1.2-20220130
5+
FROM selenium/base:4.1.2-20220131
66
LABEL authors=SeleniumHQ
77

88
USER root

NodeChrome/Dockerfile

+1-1
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.1.2-20220130
5+
FROM selenium/node-base:4.1.2-20220131
66
LABEL authors=SeleniumHQ
77

88
USER root

NodeDocker/Dockerfile

+1-1
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.1.2-20220130
5+
FROM selenium/base:4.1.2-20220131
66
LABEL authors=SeleniumHQ
77

88
USER 1200

NodeDocker/config.toml

+4-4
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.1.2-20220130", '{"browserName": "firefox", "platformName": "linux"}',
6-
"selenium/standalone-chrome:4.1.2-20220130", '{"browserName": "chrome", "platformName": "linux"}',
7-
"selenium/standalone-edge:4.1.2-20220130", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
5+
"selenium/standalone-firefox:4.1.2-20220131", '{"browserName": "firefox", "platformName": "linux"}',
6+
"selenium/standalone-chrome:4.1.2-20220131", '{"browserName": "chrome", "platformName": "linux"}',
7+
"selenium/standalone-edge:4.1.2-20220131", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
88
]
99

1010
# URL for connecting to the docker daemon
@@ -14,7 +14,7 @@ configs = [
1414
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
1515
url = "http://host.docker.internal:2375"
1616
# Docker image used for video recording
17-
video-image = "selenium/video:ffmpeg-4.3.1-20220130"
17+
video-image = "selenium/video:ffmpeg-4.3.1-20220131"
1818

1919
# Uncomment the following section if you are running the node on a separate VM
2020
# Fill out the placeholders with appropriate values

NodeEdge/Dockerfile

+1-1
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.1.2-20220130
5+
FROM selenium/node-base:4.1.2-20220131
66
LABEL authors=SeleniumHQ
77

88
USER root

NodeFirefox/Dockerfile

+1-1
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.1.2-20220130
5+
FROM selenium/node-base:4.1.2-20220131
66
LABEL authors=SeleniumHQ
77

88
USER root

0 commit comments

Comments
 (0)