Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 80e0d6e

Browse files
[deploy] merge from upstream
2 parents f2ca466 + 0e8254c commit 80e0d6e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+378
-216
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ body:
5555
attributes:
5656
label: Docker Selenium version (tag)
5757
description: What version of Docker Selenium are you using?
58-
placeholder: 4.3.0-20220624? Please use the full tag, avoid "latest"
58+
placeholder: 4.3.0-20220706? Please use the full tag, avoid "latest"
5959
validations:
6060
required: true

Base/supervisord.conf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,18 @@ nodaemon=true ; (start in foreground if true;def
1111
minfds=1024 ; (min. avail startup file descriptors;default 1024)
1212
minprocs=200 ; (min. avail process descriptors;default 200)
1313

14+
[unix_http_server]
15+
file=/tmp/supervisor.sock ; (the path to the socket file)
16+
chmod=0700
17+
18+
; the below section must remain in the config file for RPC
19+
; (supervisorctl/web interface) to work, additional interfaces may be
20+
; added by defining them in separate rpcinterface: sections
21+
[rpcinterface:supervisor]
22+
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
23+
24+
[supervisorctl]
25+
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket
26+
1427
[include]
1528
files = /etc/supervisor/conf.d/*.conf

Distributor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.3.0-20220624
5+
FROM selenium/base:4.3.0-20220706
66
LABEL authors=SeleniumHQ
77

88
USER 1200

EventBus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.3.0-20220624
5+
FROM selenium/base:4.3.0-20220706
66
LABEL authors=SeleniumHQ
77

88
USER 1200

Hub/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.3.0-20220624
5+
FROM selenium/base:4.3.0-20220706
66
LABEL authors=SeleniumHQ
77

88
USER 1200
@@ -18,7 +18,7 @@ EXPOSE 4444
1818
# In seconds, maps to "--session-request-timeout"
1919
ENV SE_SESSION_REQUEST_TIMEOUT 300
2020
# In seconds, maps to "--session-retry-interval"
21-
ENV SE_SESSION_RETRY_INTERVAL 0
21+
ENV SE_SESSION_RETRY_INTERVAL 15
2222
# Boolean value, maps "--relax-checks"
2323
ENV SE_RELAX_CHECKS true
2424

Hub/Dockerfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EXPOSE 4444
1111
# In seconds, maps to "--session-request-timeout"
1212
ENV SE_SESSION_REQUEST_TIMEOUT 300
1313
# In seconds, maps to "--session-retry-interval"
14-
ENV SE_SESSION_RETRY_INTERVAL 0
14+
ENV SE_SESSION_RETRY_INTERVAL 15
1515
# Boolean value, maps "--relax-checks"
1616
ENV SE_RELAX_CHECKS true
1717

NodeBase/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/base:4.3.0-20220624
5+
FROM selenium/base:4.3.0-20220706
66
LABEL authors=SeleniumHQ
77

88
USER root
@@ -70,10 +70,11 @@ RUN apt-get update -qqy \
7070
# Removed packages:
7171
# xfonts-100dpi ~6 MB
7272
# xfonts-75dpi ~6 MB
73+
# fonts-noto-color-emoji ~10 MB
7374
# Regarding fonts-liberation see:
7475
# https://github.com/SeleniumHQ/docker-selenium/issues/383#issuecomment-278367069
75-
# Layer size: small: 36.28 MB (with --no-install-recommends)
76-
# Layer size: small: 36.28 MB
76+
# Layer size: small: 50.3 MB (with --no-install-recommends)
77+
# Layer size: small: 50.3 MB
7778
RUN apt-get -qqy update \
7879
&& apt-get -qqy --no-install-recommends install \
7980
libfontconfig \
@@ -85,6 +86,7 @@ RUN apt-get -qqy update \
8586
fonts-wqy-zenhei \
8687
fonts-tlwg-loma-otf \
8788
# ttf-ubuntu-font-family \
89+
fonts-noto-color-emoji \
8890
&& rm -rf /var/lib/apt/lists/* \
8991
&& apt-get -qyy clean
9092

NodeBase/Dockerfile.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ RUN apt-get update -qqy \
6363
# Removed packages:
6464
# xfonts-100dpi ~6 MB
6565
# xfonts-75dpi ~6 MB
66+
# fonts-noto-color-emoji ~10 MB
6667
# Regarding fonts-liberation see:
6768
# https://github.com/SeleniumHQ/docker-selenium/issues/383#issuecomment-278367069
68-
# Layer size: small: 36.28 MB (with --no-install-recommends)
69-
# Layer size: small: 36.28 MB
69+
# Layer size: small: 50.3 MB (with --no-install-recommends)
70+
# Layer size: small: 50.3 MB
7071
RUN apt-get -qqy update \
7172
&& apt-get -qqy --no-install-recommends install \
7273
libfontconfig \
@@ -78,6 +79,7 @@ RUN apt-get -qqy update \
7879
fonts-wqy-zenhei \
7980
fonts-tlwg-loma-otf \
8081
# ttf-ubuntu-font-family \
82+
fonts-noto-color-emoji \
8183
&& rm -rf /var/lib/apt/lists/* \
8284
&& apt-get -qyy clean
8385

NodeBase/selenium.conf

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
priority=0
77
command=/opt/bin/start-xvfb.sh
88
autostart=true
9-
autorestart=false
10-
startsecs=0
11-
startretries=0
9+
autorestart=true
1210

1311
;Logs
1412
redirect_stderr=false
@@ -25,9 +23,7 @@ stderr_capture_maxbytes=50MB
2523
priority=5
2624
command=/opt/bin/start-vnc.sh
2725
autostart=true
28-
autorestart=false
29-
startsecs=0
30-
startretries=0
26+
autorestart=true
3127

3228
;Logs
3329
redirect_stderr=false
@@ -44,9 +40,7 @@ stderr_capture_maxbytes=50MB
4440
priority=10
4541
command=/opt/bin/start-novnc.sh
4642
autostart=true
47-
autorestart=false
48-
startsecs=0
49-
startretries=0
43+
autorestart=true
5044

5145
;Logs
5246
redirect_stderr=false

NodeChrome/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
FROM selenium/node-base:4.3.0-20220624
5+
FROM selenium/node-base:4.3.0-20220706
66
LABEL authors=SeleniumHQ
77

88
USER root

0 commit comments

Comments
 (0)