Skip to content

Commit

Permalink
Removing links to old site, typos and use of "master" [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jul 19, 2020
1 parent 694f031 commit b647312
Show file tree
Hide file tree
Showing 22 changed files with 46 additions and 46 deletions.
8 changes: 4 additions & 4 deletions Base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion Distributor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM selenium/base:4.0.0-alpha-6-20200609
LABEL authors=SeleniumHQ

USER seluser
USER 1200

#========================
# Selenium Configuration
Expand Down
2 changes: 1 addition & 1 deletion Hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM selenium/base:4.0.0-alpha-6-20200609
LABEL authors=SeleniumHQ

USER seluser
USER 1200

#========================
# Selenium Configuration
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion NodeBase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions NodeBase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 changes: 1 addition & 1 deletion NodeChrome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions NodeChrome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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/)
2 changes: 1 addition & 1 deletion NodeFirefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions NodeFirefox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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/)
2 changes: 1 addition & 1 deletion NodeOpera/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Router/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM selenium/base:4.0.0-alpha-6-20200609
LABEL authors=SeleniumHQ

USER seluser
USER 1200

#========================
# Selenium Configuration
Expand Down
2 changes: 1 addition & 1 deletion Sessions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM selenium/base:4.0.0-alpha-6-20200609
LABEL authors=SeleniumHQ

USER seluser
USER 1200

#========================
# Selenium Configuration
Expand Down
8 changes: 4 additions & 4 deletions Standalone/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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/)
2 changes: 1 addition & 1 deletion StandaloneChrome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions StandaloneChrome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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/)
2 changes: 1 addition & 1 deletion StandaloneFirefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions StandaloneFirefox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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/)
2 changes: 1 addition & 1 deletion StandaloneOpera/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions StandaloneOpera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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/)

0 comments on commit b647312

Please sign in to comment.