Skip to content

Commit

Permalink
Update tag in docs and files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
selenium-ci committed Apr 26, 2021
1 parent 404bde3 commit 3795366
Show file tree
Hide file tree
Showing 32 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -41,7 +41,7 @@ Issues without a reproduction script are likely to stall and eventually be close
## Environment

OS: <!-- Windows 10? OSX? -->
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-beta-3-prerelease-20210422 etc
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-beta-3-20210426 etc
Also provide the docker image id
-->
Docker version:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Expand Up @@ -41,7 +41,7 @@ Issues without a reproduction script are likely to stall and eventually be close
## Environment

OS: <!-- Windows 10? OSX? -->
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-beta-3-prerelease-20210422 etc
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-beta-3-20210426 etc
Also provide the docker image id
-->
Docker version:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/regression.md
Expand Up @@ -47,7 +47,7 @@ Issues without a reproduction script are likely to stall and eventually be close
## Environment

OS: <!-- Windows 10? OSX? -->
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-beta-3-prerelease-20210422 etc
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-beta-3-20210426 etc
Also provide the docker image id
-->
Docker version:
Expand Down
2 changes: 1 addition & 1 deletion Distributor/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-beta-3-prerelease-20210422
FROM selenium/base:4.0.0-beta-3-20210426
LABEL authors=SeleniumHQ

USER 1200
Expand Down
2 changes: 1 addition & 1 deletion EventBus/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-beta-3-prerelease-20210422
FROM selenium/base:4.0.0-beta-3-20210426
LABEL authors=SeleniumHQ

USER 1200
Expand Down
2 changes: 1 addition & 1 deletion Hub/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-beta-3-prerelease-20210422
FROM selenium/base:4.0.0-beta-3-20210426
LABEL authors=SeleniumHQ

USER 1200
Expand Down
2 changes: 1 addition & 1 deletion NodeBase/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-beta-3-prerelease-20210422
FROM selenium/base:4.0.0-beta-3-20210426
LABEL authors=SeleniumHQ

USER root
Expand Down
2 changes: 1 addition & 1 deletion NodeChrome/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/node-base:4.0.0-beta-3-prerelease-20210422
FROM selenium/node-base:4.0.0-beta-3-20210426
LABEL authors=SeleniumHQ

USER root
Expand Down
2 changes: 1 addition & 1 deletion NodeDocker/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-beta-3-prerelease-20210422
FROM selenium/base:4.0.0-beta-3-20210426
LABEL authors=SeleniumHQ

USER 1200
Expand Down
10 changes: 5 additions & 5 deletions NodeDocker/config.toml
Expand Up @@ -2,10 +2,10 @@
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
# start a container with the given image.
configs = [
"selenium/standalone-firefox:4.0.0-beta-3-prerelease-20210422", "{\"browserName\": \"firefox\"}",
"selenium/standalone-chrome:4.0.0-beta-3-prerelease-20210422", "{\"browserName\": \"chrome\"}",
"selenium/standalone-opera:4.0.0-beta-3-prerelease-20210422", "{\"browserName\": \"opera\"}",
"selenium/standalone-edge:4.0.0-beta-3-prerelease-20210422", "{\"browserName\": \"MicrosoftEdge\"}"
"selenium/standalone-firefox:4.0.0-beta-3-20210426", "{\"browserName\": \"firefox\"}",
"selenium/standalone-chrome:4.0.0-beta-3-20210426", "{\"browserName\": \"chrome\"}",
"selenium/standalone-opera:4.0.0-beta-3-20210426", "{\"browserName\": \"opera\"}",
"selenium/standalone-edge:4.0.0-beta-3-20210426", "{\"browserName\": \"MicrosoftEdge\"}"
]

# URL for connecting to the docker daemon
Expand All @@ -15,7 +15,7 @@ configs = [
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
url = "http://host.docker.internal:2375"
# Docker imagee used for video recording
video-image = "selenium/video:ffmpeg-4.3.1-20210422"
video-image = "selenium/video:ffmpeg-4.3.1-20210426"

# Uncomment the following section if you are running the node on a separate VM
# Fill out the placeholders with appropriate values
Expand Down
2 changes: 1 addition & 1 deletion NodeEdge/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/node-base:4.0.0-beta-3-prerelease-20210422
FROM selenium/node-base:4.0.0-beta-3-20210426
LABEL authors=SeleniumHQ

USER root
Expand Down
2 changes: 1 addition & 1 deletion NodeFirefox/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/node-base:4.0.0-beta-3-prerelease-20210422
FROM selenium/node-base:4.0.0-beta-3-20210426
LABEL authors=SeleniumHQ

USER root
Expand Down
2 changes: 1 addition & 1 deletion NodeOpera/Dockerfile
Expand Up @@ -5,7 +5,7 @@
FROM ubuntu:bionic AS builder-codecs-ffmpeg
RUN apt-get update -qqy && apt-get -qqy install chromium-codecs-ffmpeg-extra

FROM selenium/node-base:4.0.0-beta-3-prerelease-20210422
FROM selenium/node-base:4.0.0-beta-3-20210426
LABEL authors=SeleniumHQ

USER root
Expand Down

0 comments on commit 3795366

Please sign in to comment.