File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ COPY supervisord.conf /etc
71
71
RUN mkdir -p /opt/selenium /var/run/supervisor /var/log/supervisor \
72
72
&& touch /opt/selenium/config.json \
73
73
&& 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 \
75
75
-O /opt/selenium/selenium-server.jar \
76
76
# && wget --no-verbose https://selenium-release.storage.googleapis.com/4.0-alpha-6/selenium-server-4.0.0-alpha-6.jar \
77
77
# -O /opt/selenium/selenium-server.jar \
Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ and made the source code freely available under the [Apache License 2.0](LICENSE
6
6
![ Build & test] ( https://github.com/SeleniumHQ/docker-selenium/workflows/Build%20&%20test/badge.svg?branch=trunk )
7
7
![ Deployments] ( https://github.com/SeleniumHQ/docker-selenium/workflows/Deploys/badge.svg )
8
8
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
+
9
23
## Community
10
24
11
25
Do you need help using these Docker images?
You can’t perform that action at this time.
0 commit comments