Skip to content

Commit be6d087

Browse files
authored
prerelease-rc-1 (#1317) [deploy][prerelease]
* prerelease-rc-1 * Updating readme to mention we are soon in RC
1 parent 8953e7a commit be6d087

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Base/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ COPY supervisord.conf /etc
7171
RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
7272
&& touch /opt/selenium/config.toml \
7373
&& chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
74-
# && wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/raw/beta-jars/selenium-server-4.0.0-prerelease-beta-4-f10cb89fe1.jar \
75-
# -O /opt/selenium/selenium-server.jar \
76-
&& wget --no-verbose https://selenium-release.storage.googleapis.com/4.0-beta-4/selenium-server-4.0.0-beta-4.jar \
77-
-O /opt/selenium/selenium-server.jar \
74+
&& wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/releases/download/4.0.0-beta-4-20210608/selenium-server-4.0.0-prerelease-rc-1-23ece4f646.jar \
75+
-O /opt/selenium/selenium-server.jar \
76+
# && wget --no-verbose https://selenium-release.storage.googleapis.com/4.0-beta-4/selenium-server-4.0.0-beta-4.jar \
77+
# -O /opt/selenium/selenium-server.jar \
7878
&& chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
7979
&& chmod -R g=u /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor
8080

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ and made the source code freely available under the [Apache License 2.0](LICENSE
66
![Build & test](https://github.com/SeleniumHQ/docker-selenium/workflows/Build%20&%20test/badge.svg?branch=trunk)
77
![Deployments](https://github.com/SeleniumHQ/docker-selenium/workflows/Deploys/badge.svg)
88

9-
# :point_right: Status: Grid 4 is under development and on a [Beta stage](https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta)
9+
# :point_right: Grid 4 is under development and is a [Release Candidate (RC)](https://en.wikipedia.org/wiki/Software_release_life_cycle#Release_candidate)
1010
Prereleases are happening on a regular basis to get early feedback. This means that all other Selenium components
11-
can be currently at a different beta version (e.g. bindings on Beta 2, and Docker images on prerelease Beta 3).
11+
can be currently at a different RC or beta version (e.g. bindings on Beta 4, and Docker images on prerelease RC 1).
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
1414
our [releases](https://github.com/SeleniumHQ/docker-selenium/releases/tag/4.0.0-beta-4-20210608)

0 commit comments

Comments
 (0)