Skip to content

Commit 2d4e345

Browse files
authored
Alpha 7 prerelease (43fc7cf908) (#1106) [deploy][prerelease]
1 parent 2d2b64d commit 2d4e345

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ COPY supervisord.conf /etc
7171
RUN mkdir -p /opt/selenium /var/run/supervisor /var/log/supervisor \
7272
&& touch /opt/selenium/config.json \
7373
&& chmod -R 777 /opt/selenium /var/run/supervisor /var/log/supervisor /etc/passwd \
74-
&& wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/raw/alpha-jars/selenium-server-4.0.0-alpha-7-5a5bc38279.jar \
74+
&& wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/raw/alpha-jars/selenium-server-4.0.0-alpha-7-43fc7cf908.jar \
7575
-O /opt/selenium/selenium-server.jar \
7676
# && wget --no-verbose https://selenium-release.storage.googleapis.com/4.0-alpha-6/selenium-server-4.0.0-alpha-6.jar \
7777
# -O /opt/selenium/selenium-server.jar \

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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 [Alpha stage](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha)
10+
We are doing prereleases on a regular basis to get early feedback. This means that all other Selenium components
11+
can be currently at a different alpha version (e.g. bindings on Alpha 6, and these Docker images on prerelease Alpha 7).
12+
13+
Docker images for Grid 4 come with a handful of tags to simplify its usage, have a look at them in one of
14+
our [prereleases](https://github.com/SeleniumHQ/docker-selenium/releases/tag/4.0.0-alpha-7-prerelease-20200826)
15+
16+
To get notifications of new prereleases, add yourself as a watcher of "Releases only".
17+
18+
Doubts or questions? Please get in touch through the different communication channels available in the **Community** section.
19+
20+
Looking for Grid 3? Head to the [Selenium 3 branch](https://github.com/SeleniumHQ/docker-selenium/tree/selenium-3). This branch
21+
will be having new browser releases until Grid 4 has its major release.
22+
923
## Community
1024

1125
Do you need help using these Docker images?

0 commit comments

Comments
 (0)