Skip to content

Commit

Permalink
prerelease-rc-1 (#1317) [deploy][prerelease]
Browse files Browse the repository at this point in the history
* prerelease-rc-1

* Updating readme to mention we are soon in RC
  • Loading branch information
diemol committed Jun 18, 2021
1 parent 8953e7a commit be6d087
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Base/Dockerfile
Expand Up @@ -71,10 +71,10 @@ COPY supervisord.conf /etc
RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
&& touch /opt/selenium/config.toml \
&& chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
# && wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/raw/beta-jars/selenium-server-4.0.0-prerelease-beta-4-f10cb89fe1.jar \
# -O /opt/selenium/selenium-server.jar \
&& wget --no-verbose https://selenium-release.storage.googleapis.com/4.0-beta-4/selenium-server-4.0.0-beta-4.jar \
-O /opt/selenium/selenium-server.jar \
&& 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 \
-O /opt/selenium/selenium-server.jar \
# && wget --no-verbose https://selenium-release.storage.googleapis.com/4.0-beta-4/selenium-server-4.0.0-beta-4.jar \
# -O /opt/selenium/selenium-server.jar \
&& chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
&& chmod -R g=u /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,9 +6,9 @@ and made the source code freely available under the [Apache License 2.0](LICENSE
![Build & test](https://github.com/SeleniumHQ/docker-selenium/workflows/Build%20&%20test/badge.svg?branch=trunk)
![Deployments](https://github.com/SeleniumHQ/docker-selenium/workflows/Deploys/badge.svg)

# :point_right: Status: Grid 4 is under development and on a [Beta stage](https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta)
# :point_right: Grid 4 is under development and is a [Release Candidate (RC)](https://en.wikipedia.org/wiki/Software_release_life_cycle#Release_candidate)
Prereleases are happening on a regular basis to get early feedback. This means that all other Selenium components
can be currently at a different beta version (e.g. bindings on Beta 2, and Docker images on prerelease Beta 3).
can be currently at a different RC or beta version (e.g. bindings on Beta 4, and Docker images on prerelease RC 1).

Docker images for Grid 4 come with a handful of tags to simplify its usage, have a look at them in one of
our [releases](https://github.com/SeleniumHQ/docker-selenium/releases/tag/4.0.0-beta-4-20210608)
Expand Down

0 comments on commit be6d087

Please sign in to comment.