mirror of
https://github.com/SeleniumHQ/docker-selenium.git
synced 2024-02-23 15:49:32 +03:00
Removing links to old site, typos and use of "master" [skip ci]
This commit is contained in:
@@ -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/)
|
||||
|
||||
@@ -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/).
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
FROM selenium/base:4.0.0-alpha-6-20200609
|
||||
LABEL authors=SeleniumHQ
|
||||
|
||||
USER seluser
|
||||
USER 1200
|
||||
|
||||
#========================
|
||||
# Selenium Configuration
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
FROM selenium/base:4.0.0-alpha-6-20200609
|
||||
LABEL authors=SeleniumHQ
|
||||
|
||||
USER seluser
|
||||
USER 1200
|
||||
|
||||
#========================
|
||||
# Selenium Configuration
|
||||
|
||||
@@ -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).
|
||||
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).
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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/)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
FROM selenium/base:4.0.0-alpha-6-20200609
|
||||
LABEL authors=SeleniumHQ
|
||||
|
||||
USER seluser
|
||||
USER 1200
|
||||
|
||||
#========================
|
||||
# Selenium Configuration
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
FROM selenium/base:4.0.0-alpha-6-20200609
|
||||
LABEL authors=SeleniumHQ
|
||||
|
||||
USER seluser
|
||||
USER 1200
|
||||
|
||||
#========================
|
||||
# Selenium Configuration
|
||||
|
||||
@@ -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/)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/)
|
||||
|
||||
Reference in New Issue
Block a user