-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/pr/455'
- Loading branch information
Showing
18 changed files
with
100 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,21 +11,20 @@ MAINTAINER Selenium <[email protected]> | |
|
||
EXPOSE 4444 | ||
|
||
ENV GRID_THROW_ON_CAPABILITY_NOT_PRESENT true | ||
# In milliseconds | ||
# As integer, maps to "maxSession" | ||
ENV GRID_MAX_SESSION 5 | ||
# In milliseconds, maps to "newSessionWaitTimeout" | ||
ENV GRID_NEW_SESSION_WAIT_TIMEOUT -1 | ||
# As a boolean, maps to "throwOnCapabilityNotPresent" | ||
ENV GRID_THROW_ON_CAPABILITY_NOT_PRESENT true | ||
# As an integer | ||
ENV GRID_JETTY_MAX_THREADS -1 | ||
# In milliseconds | ||
ENV GRID_NODE_POLLING 5000 | ||
# In milliseconds | ||
# In milliseconds, maps to "cleanUpCycle" | ||
ENV GRID_CLEAN_UP_CYCLE 5000 | ||
# In seconds | ||
ENV GRID_TIMEOUT 30 | ||
# In seconds | ||
# In seconds, maps to "browserTimeout" | ||
ENV GRID_BROWSER_TIMEOUT 0 | ||
ENV GRID_MAX_SESSION 5 | ||
# In milliseconds | ||
ENV GRID_UNREGISTER_IF_STILL_DOWN_AFTER 30000 | ||
# In seconds, maps to "timeout" | ||
ENV GRID_TIMEOUT 30 | ||
|
||
COPY generate_config /opt/selenium/generate_config | ||
COPY entry_point.sh /opt/bin/entry_point.sh | ||
|
@@ -34,5 +33,4 @@ RUN chown -R seluser /opt/selenium | |
|
||
USER seluser | ||
|
||
CMD ["/opt/bin/entry_point.sh"] | ||
|
||
CMD ["/opt/bin/entry_point.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,21 +6,20 @@ MAINTAINER Selenium <[email protected]> | |
|
||
EXPOSE 4444 | ||
|
||
ENV GRID_THROW_ON_CAPABILITY_NOT_PRESENT true | ||
# In milliseconds | ||
# As integer, maps to "maxSession" | ||
ENV GRID_MAX_SESSION 5 | ||
# In milliseconds, maps to "newSessionWaitTimeout" | ||
ENV GRID_NEW_SESSION_WAIT_TIMEOUT -1 | ||
# As a boolean, maps to "throwOnCapabilityNotPresent" | ||
ENV GRID_THROW_ON_CAPABILITY_NOT_PRESENT true | ||
# As an integer | ||
ENV GRID_JETTY_MAX_THREADS -1 | ||
# In milliseconds | ||
ENV GRID_NODE_POLLING 5000 | ||
# In milliseconds | ||
# In milliseconds, maps to "cleanUpCycle" | ||
ENV GRID_CLEAN_UP_CYCLE 5000 | ||
# In seconds | ||
ENV GRID_TIMEOUT 30 | ||
# In seconds | ||
# In seconds, maps to "browserTimeout" | ||
ENV GRID_BROWSER_TIMEOUT 0 | ||
ENV GRID_MAX_SESSION 5 | ||
# In milliseconds | ||
ENV GRID_UNREGISTER_IF_STILL_DOWN_AFTER 30000 | ||
# In seconds, maps to "timeout" | ||
ENV GRID_TIMEOUT 30 | ||
|
||
COPY generate_config /opt/selenium/generate_config | ||
COPY entry_point.sh /opt/bin/entry_point.sh | ||
|
@@ -29,5 +28,4 @@ RUN chown -R seluser /opt/selenium | |
|
||
USER seluser | ||
|
||
CMD ["/opt/bin/entry_point.sh"] | ||
|
||
CMD ["/opt/bin/entry_point.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,4 +36,4 @@ ENV DISPLAY :99.0 | |
|
||
USER seluser | ||
|
||
CMD ["/opt/bin/entry_point.sh"] | ||
CMD ["/opt/bin/entry_point.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,4 @@ ENV DISPLAY :99.0 | |
|
||
USER seluser | ||
|
||
CMD ["/opt/bin/entry_point.sh"] | ||
CMD ["/opt/bin/entry_point.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters