diff --git a/Base/README.md b/Base/README.md index 63ca1c1a6..ddd46c35a 100644 --- a/Base/README.md +++ b/Base/README.md @@ -4,18 +4,18 @@ _This image is not meant to be run directly!_ It serves as the base image used f ## Dockerfile -[`selenium/base` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/Base/Dockerfile) +[`selenium/base` Dockerfile](Dockerfile) ## What is Selenium? _Selenium automates browsers._ That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well. Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks. -See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code. +See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code. ## License -View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image. +View [license information](../LICENSE.md) for the software contained in this image. ## Getting Help @@ -35,6 +35,6 @@ If you have any problems with or questions about this image, please contact us t ## Contributing -There are many ways to [contribute](http://docs.seleniumhq.org/about/getting-involved.jsp) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. +There are many ways to [contribute](https://www.selenium.dev/getinvolved/) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. If you do supply a patch we will need you to [sign the CLA](https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dFFjXzBzM1VwekFlOWFWMjFFRjJMRFE6MQ#gid=0). We are part of [SFC](http://www.sfconservancy.org/) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1eba38ff..b4c50744e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,6 @@ Much of the magic behind Selenium is the hard work of programmers with backgrounds in Javascript, Java, Ruby, PHP, Python, Perl, C#, HTML and other languages. -We encourage code patches and other contributions - get involved by following the instructions at the main [Selenium GitHub](https://github.com/SeleniumHQ/selenium/blob/master/CONTRIBUTING.md). You can also track the activity of the development team by checking out the read-only [Selenium Developer Activity Group](http://groups.google.com/group/selenium-developer-activity). +We encourage code patches and other contributions - get involved by following the instructions at the main [Selenium GitHub](https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md). You can also track the activity of the development team by checking out the read-only [Selenium Developer Activity Group](http://groups.google.com/group/selenium-developer-activity). If you do supply a patch we will need you to [sign the CLA](https://goo.gl/a2VrTx). We are a part of [SFC](http://www.sfconservancy.org/). diff --git a/Distributor/Dockerfile b/Distributor/Dockerfile index f47f5ce14..d2bdbfc28 100644 --- a/Distributor/Dockerfile +++ b/Distributor/Dockerfile @@ -5,7 +5,7 @@ FROM selenium/base:4.0.0-alpha-6-20200609 LABEL authors=SeleniumHQ -USER seluser +USER 1200 #======================== # Selenium Configuration diff --git a/Hub/Dockerfile b/Hub/Dockerfile index 1d68496f2..820bfe7ce 100644 --- a/Hub/Dockerfile +++ b/Hub/Dockerfile @@ -5,7 +5,7 @@ FROM selenium/base:4.0.0-alpha-6-20200609 LABEL authors=SeleniumHQ -USER seluser +USER 1200 #======================== # Selenium Configuration diff --git a/LICENSE.md b/LICENSE.md index 834be5b49..6e6e336be 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1 +1 @@ -The project is made possible by volunteer contributors who have put in thousands of hours of their own time, and made the source code freely available under the [Apache License 2.0](https://raw.githubusercontent.com/SeleniumHQ/selenium/master/LICENSE). \ No newline at end of file +The project is made possible by volunteer contributors who have put in thousands of hours of their own time, and made the source code freely available under the [Apache License 2.0](https://raw.githubusercontent.com/SeleniumHQ/selenium/trunk/LICENSE). diff --git a/NodeBase/Dockerfile b/NodeBase/Dockerfile index 716fdf0f2..1db711110 100644 --- a/NodeBase/Dockerfile +++ b/NodeBase/Dockerfile @@ -92,7 +92,7 @@ RUN apt-get -qqy update \ # Run the following commands as non-privileged user #=================================================== -USER seluser +USER 1200 #============================== # Scripts to run Selenium Node and XVFB diff --git a/NodeBase/README.md b/NodeBase/README.md index d69578daa..349b666e9 100644 --- a/NodeBase/README.md +++ b/NodeBase/README.md @@ -4,18 +4,18 @@ _This image is not meant to be run directly!_ It serves as the base image used f ## Dockerfile -[`selenium/node-base` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/NodeBase/Dockerfile) +[`selenium/node-base` Dockerfile](Dockerfile) ## What is Selenium? _Selenium automates browsers._ That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well. Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks. -See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code. +See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code. ## License -View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image. +View [license information](../LICENSE.md) for the software contained in this image. ## Getting Help @@ -35,6 +35,6 @@ If you have any problems with or questions about this image, please contact us t ## Contributing -There are many ways to [contribute](http://docs.seleniumhq.org/about/getting-involved.jsp) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. +There are many ways to [contribute](https://www.selenium.dev/getinvolved/) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. If you do supply a patch we will need you to [sign the CLA](https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dFFjXzBzM1VwekFlOWFWMjFFRjJMRFE6MQ#gid=0). We are part of [SFC](http://www.sfconservancy.org/) diff --git a/NodeChrome/Dockerfile b/NodeChrome/Dockerfile index d463b695b..95469c8f7 100644 --- a/NodeChrome/Dockerfile +++ b/NodeChrome/Dockerfile @@ -32,7 +32,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key COPY wrap_chrome_binary /opt/bin/wrap_chrome_binary RUN /opt/bin/wrap_chrome_binary -USER seluser +USER 1200 #============================================ # Chrome webdriver diff --git a/NodeChrome/README.md b/NodeChrome/README.md index f88f18f51..0849c274b 100644 --- a/NodeChrome/README.md +++ b/NodeChrome/README.md @@ -4,7 +4,7 @@ Selenium Node configured to run Google Chrome. ## Dockerfile -[`selenium/node-chrome` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/NodeChrome/Dockerfile) +[`selenium/node-chrome` Dockerfile](Dockerfile) ## How to use this image @@ -25,11 +25,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks. -See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code. +See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code. ## License -View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image. +View [license information](../LICENSE.md) for the software contained in this image. ## Getting Help @@ -49,6 +49,6 @@ If you have any problems with or questions about this image, please contact us t ## Contributing -There are many ways to [contribute](http://docs.seleniumhq.org/about/getting-involved.jsp) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. +There are many ways to [contribute](https://www.selenium.dev/getinvolved/) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. If you do supply a patch we will need you to [sign the CLA](https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dFFjXzBzM1VwekFlOWFWMjFFRjJMRFE6MQ#gid=0). We are part of [SFC](http://www.sfconservancy.org/) diff --git a/NodeFirefox/Dockerfile b/NodeFirefox/Dockerfile index ce728d6b2..5ae16703d 100644 --- a/NodeFirefox/Dockerfile +++ b/NodeFirefox/Dockerfile @@ -37,7 +37,7 @@ RUN GK_VERSION=$(if [ ${GECKODRIVER_VERSION:-latest} = "latest" ]; then echo "0. && chmod 755 /opt/geckodriver-$GK_VERSION \ && ln -fs /opt/geckodriver-$GK_VERSION /usr/bin/geckodriver -USER seluser +USER 1200 COPY generate_config /opt/bin/generate_config diff --git a/NodeFirefox/README.md b/NodeFirefox/README.md index b9ded0515..ee2fb7af2 100644 --- a/NodeFirefox/README.md +++ b/NodeFirefox/README.md @@ -4,7 +4,7 @@ Selenium Node configured to run Firefox ## Dockerfile -[`selenium/node-firefox` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/NodeFirefox/Dockerfile) +[`selenium/node-firefox` Dockerfile](Dockerfile) ## How to use this image @@ -25,11 +25,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks. -See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code. +See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code. ## License -View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image. +View [license information](../LICENSE.md) for the software contained in this image. ## Getting Help @@ -49,6 +49,6 @@ If you have any problems with or questions about this image, please contact us t ## Contributing -There are many ways to [contribute](http://docs.seleniumhq.org/about/getting-involved.jsp) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. +There are many ways to [contribute](https://www.selenium.dev/getinvolved/) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. If you do supply a patch we will need you to [sign the CLA](https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dFFjXzBzM1VwekFlOWFWMjFFRjJMRFE6MQ#gid=0). We are part of [SFC](http://www.sfconservancy.org/) diff --git a/NodeOpera/Dockerfile b/NodeOpera/Dockerfile index a9128ec42..97407821e 100644 --- a/NodeOpera/Dockerfile +++ b/NodeOpera/Dockerfile @@ -39,7 +39,7 @@ RUN wget -q -O - https://deb.opera.com/archive.key | apt-key add - \ COPY wrap_opera_binary /opt/bin/wrap_opera_binary RUN /opt/bin/wrap_opera_binary -USER seluser +USER 1200 #===================== # Opera webdriver diff --git a/README.md b/README.md index 7cb867cb8..3403b9adc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Selenium Docker -The project is made possible by volunteer contributors who have put in thousands of hours of their own time, and made the source code freely available under the [Apache License 2.0](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md). +The project is made possible by volunteer contributors who have put in thousands of hours of their own time, and made the source code freely available under the [Apache License 2.0](LICENSE.md). ## Community diff --git a/Router/Dockerfile b/Router/Dockerfile index ec5f909c2..4d46210a6 100644 --- a/Router/Dockerfile +++ b/Router/Dockerfile @@ -5,7 +5,7 @@ FROM selenium/base:4.0.0-alpha-6-20200609 LABEL authors=SeleniumHQ -USER seluser +USER 1200 #======================== # Selenium Configuration diff --git a/Sessions/Dockerfile b/Sessions/Dockerfile index cf3ab9f65..b3ac3d2f7 100644 --- a/Sessions/Dockerfile +++ b/Sessions/Dockerfile @@ -5,7 +5,7 @@ FROM selenium/base:4.0.0-alpha-6-20200609 LABEL authors=SeleniumHQ -USER seluser +USER 1200 #======================== # Selenium Configuration diff --git a/Standalone/README.template.md b/Standalone/README.template.md index 3943adbea..a63b069e9 100644 --- a/Standalone/README.template.md +++ b/Standalone/README.template.md @@ -4,7 +4,7 @@ Selenium Standalone Server with ##BROWSER## ## Dockerfile -[`selenium/standalone-##BROWSER_LC##` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/##FOLDER##/Dockerfile) +[`selenium/standalone-##BROWSER_LC##` Dockerfile](Dockerfile) ## How to use this image @@ -18,11 +18,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks. -See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code. +See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code. ## License -View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image. +View [license information](../LICENSE.md) for the software contained in this image. ## Getting Help @@ -42,6 +42,6 @@ If you have any problems with or questions about this image, please contact us t ## Contributing -There are many ways to [contribute](http://docs.seleniumhq.org/about/getting-involved.jsp) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. +There are many ways to [contribute](https://www.selenium.dev/getinvolved/) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. If you do supply a patch we will need you to [sign the CLA](https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dFFjXzBzM1VwekFlOWFWMjFFRjJMRFE6MQ#gid=0). We are part of [SFC](http://www.sfconservancy.org/) diff --git a/StandaloneChrome/Dockerfile b/StandaloneChrome/Dockerfile index 2fc784ab2..6a5bafce6 100644 --- a/StandaloneChrome/Dockerfile +++ b/StandaloneChrome/Dockerfile @@ -5,7 +5,7 @@ FROM selenium/node-chrome:4.0.0-alpha-6-20200609 LABEL authors=SeleniumHQ -USER seluser +USER 1200 #==================================== # Scripts to run Selenium Standalone diff --git a/StandaloneChrome/README.md b/StandaloneChrome/README.md index 5616e1860..b57027faa 100644 --- a/StandaloneChrome/README.md +++ b/StandaloneChrome/README.md @@ -4,7 +4,7 @@ Selenium Standalone Server with Chrome ## Dockerfile -[`selenium/standalone-chrome` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/StandaloneChrome/Dockerfile) +[`selenium/standalone-chrome` Dockerfile](Dockerfile) ## How to use this image @@ -18,11 +18,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks. -See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code. +See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code. ## License -View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image. +View [license information](../LICENSE.md) for the software contained in this image. ## Getting Help @@ -42,6 +42,6 @@ If you have any problems with or questions about this image, please contact us t ## Contributing -There are many ways to [contribute](http://docs.seleniumhq.org/about/getting-involved.jsp) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. +There are many ways to [contribute](https://www.selenium.dev/getinvolved/) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. If you do supply a patch we will need you to [sign the CLA](https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dFFjXzBzM1VwekFlOWFWMjFFRjJMRFE6MQ#gid=0). We are part of [SFC](http://www.sfconservancy.org/) diff --git a/StandaloneFirefox/Dockerfile b/StandaloneFirefox/Dockerfile index 7d4cc3667..d70ca2db3 100644 --- a/StandaloneFirefox/Dockerfile +++ b/StandaloneFirefox/Dockerfile @@ -5,7 +5,7 @@ FROM selenium/node-firefox:4.0.0-alpha-6-20200609 LABEL authors=SeleniumHQ -USER seluser +USER 1200 #==================================== # Scripts to run Selenium Standalone diff --git a/StandaloneFirefox/README.md b/StandaloneFirefox/README.md index a89edcb47..7e784c2aa 100644 --- a/StandaloneFirefox/README.md +++ b/StandaloneFirefox/README.md @@ -4,7 +4,7 @@ Selenium Standalone Server with Firefox ## Dockerfile -[`selenium/standalone-firefox` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/StandaloneFirefox/Dockerfile) +[`selenium/standalone-firefox` Dockerfile](Dockerfile) ## How to use this image @@ -18,11 +18,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks. -See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code. +See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code. ## License -View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image. +View [license information](../LICENSE.md) for the software contained in this image. ## Getting Help @@ -42,6 +42,6 @@ If you have any problems with or questions about this image, please contact us t ## Contributing -There are many ways to [contribute](http://docs.seleniumhq.org/about/getting-involved.jsp) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. +There are many ways to [contribute](https://www.selenium.dev/getinvolved/) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. If you do supply a patch we will need you to [sign the CLA](https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dFFjXzBzM1VwekFlOWFWMjFFRjJMRFE6MQ#gid=0). We are part of [SFC](http://www.sfconservancy.org/) diff --git a/StandaloneOpera/Dockerfile b/StandaloneOpera/Dockerfile index d68f8ae5f..82b821cfc 100644 --- a/StandaloneOpera/Dockerfile +++ b/StandaloneOpera/Dockerfile @@ -5,7 +5,7 @@ FROM selenium/node-opera:4.0.0-alpha-6-20200609 LABEL authors=SeleniumHQ -USER seluser +USER 1200 #==================================== # Scripts to run Selenium Standalone diff --git a/StandaloneOpera/README.md b/StandaloneOpera/README.md index 872d8c285..d2d7ccb43 100644 --- a/StandaloneOpera/README.md +++ b/StandaloneOpera/README.md @@ -4,7 +4,7 @@ Selenium Standalone Server with Opera ## Dockerfile -[`selenium/standalone-opera` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/StandaloneOpera/Dockerfile) +[`selenium/standalone-opera` Dockerfile](Dockerfile) ## How to use this image @@ -18,11 +18,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks. -See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code. +See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code. ## License -View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image. +View [license information](../LICENSE.md) for the software contained in this image. ## Getting Help @@ -42,6 +42,6 @@ If you have any problems with or questions about this image, please contact us t ## Contributing -There are many ways to [contribute](http://docs.seleniumhq.org/about/getting-involved.jsp) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. +There are many ways to [contribute](https://www.selenium.dev/getinvolved/) whether by answering user questions, additional docs, or pull request we look forward to hearing from you. If you do supply a patch we will need you to [sign the CLA](https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dFFjXzBzM1VwekFlOWFWMjFFRjJMRFE6MQ#gid=0). We are part of [SFC](http://www.sfconservancy.org/)