File tree Expand file tree Collapse file tree 8 files changed +14
-8
lines changed Expand file tree Collapse file tree 8 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ ENV LANG_WHICH=${LANG_WHICH} \
56
56
SE_OFFLINE="true" \
57
57
SE_NODE_BROWSER_VERSION="stable" \
58
58
SE_NODE_PLATFORM_NAME="Linux" \
59
- SE_NODE_ENABLE_MANAGED_DOWNLOADS="true" \
60
59
# ============================
61
60
# Some configuration options
62
61
# ============================
Original file line number Diff line number Diff line change @@ -84,4 +84,5 @@ RUN echo "chrome" > /opt/selenium/browser_name
84
84
RUN google-chrome --version | awk '{print $3}' > /opt/selenium/browser_version
85
85
RUN echo "\" goog:chromeOptions\" : {\" binary\" : \" /usr/bin/google-chrome\" }" > /opt/selenium/browser_binary_location
86
86
87
- ENV SE_OTEL_SERVICE_NAME="selenium-node-chrome"
87
+ ENV SE_OTEL_SERVICE_NAME="selenium-node-chrome" \
88
+ SE_NODE_ENABLE_MANAGED_DOWNLOADS="true"
Original file line number Diff line number Diff line change @@ -47,4 +47,5 @@ RUN echo "chrome" > /opt/selenium/browser_name
47
47
RUN chromium --version | awk '{print $2}' > /opt/selenium/browser_version
48
48
RUN echo "\" goog:chromeOptions\" : {\" binary\" : \" /usr/bin/chromium\" }" > /opt/selenium/browser_binary_location
49
49
50
- ENV SE_OTEL_SERVICE_NAME="selenium-node-chromium"
50
+ ENV SE_OTEL_SERVICE_NAME="selenium-node-chromium" \
51
+ SE_NODE_ENABLE_MANAGED_DOWNLOADS="true"
Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ COPY selenium-grid-docker.conf /etc/supervisor/conf.d/
32
32
ENV SE_OTEL_SERVICE_NAME="selenium-node-docker" \
33
33
SE_EVENT_BUS_PUBLISH_PORT="4442" \
34
34
SE_EVENT_BUS_SUBSCRIBE_PORT="4443" \
35
- SE_NODE_DOCKER_CONFIG_FILENAME="docker.toml"
35
+ SE_NODE_DOCKER_CONFIG_FILENAME="docker.toml" \
36
+ SE_NODE_ENABLE_MANAGED_DOWNLOADS="true"
Original file line number Diff line number Diff line change @@ -71,4 +71,5 @@ RUN echo "MicrosoftEdge" > /opt/selenium/browser_name
71
71
RUN microsoft-edge --version | awk '{print $3}' > /opt/selenium/browser_version
72
72
RUN echo "\" ms:edgeOptions\" : {\" binary\" : \" /usr/bin/microsoft-edge\" }" > /opt/selenium/browser_binary_location
73
73
74
- ENV SE_OTEL_SERVICE_NAME="selenium-node-edge"
74
+ ENV SE_OTEL_SERVICE_NAME="selenium-node-edge" \
75
+ SE_NODE_ENABLE_MANAGED_DOWNLOADS="true"
Original file line number Diff line number Diff line change @@ -89,4 +89,5 @@ RUN echo "firefox" > /opt/selenium/browser_name \
89
89
&& firefox --version | awk '{print $3}' > /opt/selenium/browser_version \
90
90
&& echo "\" moz:firefoxOptions\" : {\" binary\" : \" /usr/bin/firefox\" }" > /opt/selenium/browser_binary_location
91
91
92
- ENV SE_OTEL_SERVICE_NAME="selenium-node-firefox"
92
+ ENV SE_OTEL_SERVICE_NAME="selenium-node-firefox" \
93
+ SE_NODE_ENABLE_MANAGED_DOWNLOADS="true"
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ ENV SE_SESSION_REQUEST_TIMEOUT="300" \
29
29
# Boolean value, maps "--relax-checks"
30
30
SE_RELAX_CHECKS="true" \
31
31
SE_REJECT_UNSUPPORTED_CAPS="true" \
32
- SE_OTEL_SERVICE_NAME="selenium-standalone"
32
+ SE_OTEL_SERVICE_NAME="selenium-standalone" \
33
+ SE_NODE_ENABLE_MANAGED_DOWNLOADS="true"
33
34
34
35
EXPOSE 4444
Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ ENV SE_SESSION_REQUEST_TIMEOUT="300" \
20
20
SE_SESSION_RETRY_INTERVAL="15" \
21
21
# Boolean value, maps "--relax-checks"
22
22
SE_RELAX_CHECKS="true" \
23
- SE_OTEL_SERVICE_NAME="selenium-standalone-docker"
23
+ SE_OTEL_SERVICE_NAME="selenium-standalone-docker" \
24
+ SE_NODE_ENABLE_MANAGED_DOWNLOADS="true"
You can’t perform that action at this time.
0 commit comments