Skip to content

Commit b647312

Browse files
committed
Removing links to old site, typos and use of "master" [skip ci]
1 parent 694f031 commit b647312

File tree

22 files changed

+46
-46
lines changed

22 files changed

+46
-46
lines changed

Base/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ _This image is not meant to be run directly!_ It serves as the base image used f
44

55
## Dockerfile
66

7-
[`selenium/base` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/Base/Dockerfile)
7+
[`selenium/base` Dockerfile](Dockerfile)
88

99
## What is Selenium?
1010
_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.
1111

1212
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.
1313

14-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
14+
See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code.
1515

1616
## License
1717

18-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
18+
View [license information](../LICENSE.md) for the software contained in this image.
1919

2020
## Getting Help
2121

@@ -35,6 +35,6 @@ If you have any problems with or questions about this image, please contact us t
3535

3636
## Contributing
3737

38-
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.
38+
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.
3939

4040
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/)

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
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.
44

5-
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).
5+
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).
66

77
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/).

Distributor/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM selenium/base:4.0.0-alpha-6-20200609
66
LABEL authors=SeleniumHQ
77

8-
USER seluser
8+
USER 1200
99

1010
#========================
1111
# Selenium Configuration

Hub/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM selenium/base:4.0.0-alpha-6-20200609
66
LABEL authors=SeleniumHQ
77

8-
USER seluser
8+
USER 1200
99

1010
#========================
1111
# Selenium Configuration

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +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).
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/trunk/LICENSE).

NodeBase/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN apt-get -qqy update \
9292
# Run the following commands as non-privileged user
9393
#===================================================
9494

95-
USER seluser
95+
USER 1200
9696

9797
#==============================
9898
# Scripts to run Selenium Node and XVFB

NodeBase/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ _This image is not meant to be run directly!_ It serves as the base image used f
44

55
## Dockerfile
66

7-
[`selenium/node-base` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/NodeBase/Dockerfile)
7+
[`selenium/node-base` Dockerfile](Dockerfile)
88

99
## What is Selenium?
1010
_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.
1111

1212
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.
1313

14-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
14+
See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code.
1515

1616
## License
1717

18-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
18+
View [license information](../LICENSE.md) for the software contained in this image.
1919

2020
## Getting Help
2121

@@ -35,6 +35,6 @@ If you have any problems with or questions about this image, please contact us t
3535

3636
## Contributing
3737

38-
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.
38+
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.
3939

4040
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/)

NodeChrome/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
3232
COPY wrap_chrome_binary /opt/bin/wrap_chrome_binary
3333
RUN /opt/bin/wrap_chrome_binary
3434

35-
USER seluser
35+
USER 1200
3636

3737
#============================================
3838
# Chrome webdriver

NodeChrome/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Selenium Node configured to run Google Chrome.
44

55
## Dockerfile
66

7-
[`selenium/node-chrome` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/NodeChrome/Dockerfile)
7+
[`selenium/node-chrome` Dockerfile](Dockerfile)
88

99
## How to use this image
1010

@@ -25,11 +25,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel
2525

2626
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.
2727

28-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
28+
See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code.
2929

3030
## License
3131

32-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
32+
View [license information](../LICENSE.md) for the software contained in this image.
3333

3434
## Getting Help
3535

@@ -49,6 +49,6 @@ If you have any problems with or questions about this image, please contact us t
4949

5050
## Contributing
5151

52-
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.
52+
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.
5353

5454
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/)

NodeFirefox/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN GK_VERSION=$(if [ ${GECKODRIVER_VERSION:-latest} = "latest" ]; then echo "0.
3737
&& chmod 755 /opt/geckodriver-$GK_VERSION \
3838
&& ln -fs /opt/geckodriver-$GK_VERSION /usr/bin/geckodriver
3939

40-
USER seluser
40+
USER 1200
4141

4242
COPY generate_config /opt/bin/generate_config
4343

NodeFirefox/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Selenium Node configured to run Firefox
44

55
## Dockerfile
66

7-
[`selenium/node-firefox` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/NodeFirefox/Dockerfile)
7+
[`selenium/node-firefox` Dockerfile](Dockerfile)
88

99
## How to use this image
1010

@@ -25,11 +25,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel
2525

2626
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.
2727

28-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
28+
See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code.
2929

3030
## License
3131

32-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
32+
View [license information](../LICENSE.md) for the software contained in this image.
3333

3434
## Getting Help
3535

@@ -49,6 +49,6 @@ If you have any problems with or questions about this image, please contact us t
4949

5050
## Contributing
5151

52-
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.
52+
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.
5353

5454
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/)

NodeOpera/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN wget -q -O - https://deb.opera.com/archive.key | apt-key add - \
3939
COPY wrap_opera_binary /opt/bin/wrap_opera_binary
4040
RUN /opt/bin/wrap_opera_binary
4141

42-
USER seluser
42+
USER 1200
4343

4444
#=====================
4545
# Opera webdriver

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Selenium Docker
22

3-
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).
3+
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).
44

55
## Community
66

Router/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM selenium/base:4.0.0-alpha-6-20200609
66
LABEL authors=SeleniumHQ
77

8-
USER seluser
8+
USER 1200
99

1010
#========================
1111
# Selenium Configuration

Sessions/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM selenium/base:4.0.0-alpha-6-20200609
66
LABEL authors=SeleniumHQ
77

8-
USER seluser
8+
USER 1200
99

1010
#========================
1111
# Selenium Configuration

Standalone/README.template.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Selenium Standalone Server with ##BROWSER##
44

55
## Dockerfile
66

7-
[`selenium/standalone-##BROWSER_LC##` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/##FOLDER##/Dockerfile)
7+
[`selenium/standalone-##BROWSER_LC##` Dockerfile](Dockerfile)
88

99
## How to use this image
1010

@@ -18,11 +18,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel
1818

1919
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.
2020

21-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
21+
See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code.
2222

2323
## License
2424

25-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
25+
View [license information](../LICENSE.md) for the software contained in this image.
2626

2727
## Getting Help
2828

@@ -42,6 +42,6 @@ If you have any problems with or questions about this image, please contact us t
4242

4343
## Contributing
4444

45-
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.
45+
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.
4646

4747
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/)

StandaloneChrome/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM selenium/node-chrome:4.0.0-alpha-6-20200609
66
LABEL authors=SeleniumHQ
77

8-
USER seluser
8+
USER 1200
99

1010
#====================================
1111
# Scripts to run Selenium Standalone

StandaloneChrome/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Selenium Standalone Server with Chrome
44

55
## Dockerfile
66

7-
[`selenium/standalone-chrome` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/StandaloneChrome/Dockerfile)
7+
[`selenium/standalone-chrome` Dockerfile](Dockerfile)
88

99
## How to use this image
1010

@@ -18,11 +18,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel
1818

1919
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.
2020

21-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
21+
See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code.
2222

2323
## License
2424

25-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
25+
View [license information](../LICENSE.md) for the software contained in this image.
2626

2727
## Getting Help
2828

@@ -42,6 +42,6 @@ If you have any problems with or questions about this image, please contact us t
4242

4343
## Contributing
4444

45-
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.
45+
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.
4646

4747
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/)

StandaloneFirefox/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM selenium/node-firefox:4.0.0-alpha-6-20200609
66
LABEL authors=SeleniumHQ
77

8-
USER seluser
8+
USER 1200
99

1010
#====================================
1111
# Scripts to run Selenium Standalone

StandaloneFirefox/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Selenium Standalone Server with Firefox
44

55
## Dockerfile
66

7-
[`selenium/standalone-firefox` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/StandaloneFirefox/Dockerfile)
7+
[`selenium/standalone-firefox` Dockerfile](Dockerfile)
88

99
## How to use this image
1010

@@ -18,11 +18,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel
1818

1919
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.
2020

21-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
21+
See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code.
2222

2323
## License
2424

25-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
25+
View [license information](../LICENSE.md) for the software contained in this image.
2626

2727
## Getting Help
2828

@@ -42,6 +42,6 @@ If you have any problems with or questions about this image, please contact us t
4242

4343
## Contributing
4444

45-
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.
45+
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.
4646

4747
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/)

StandaloneOpera/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM selenium/node-opera:4.0.0-alpha-6-20200609
66
LABEL authors=SeleniumHQ
77

8-
USER seluser
8+
USER 1200
99

1010
#====================================
1111
# Scripts to run Selenium Standalone

StandaloneOpera/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Selenium Standalone Server with Opera
44

55
## Dockerfile
66

7-
[`selenium/standalone-opera` Dockerfile](https://github.com/SeleniumHQ/docker-selenium/blob/master/StandaloneOpera/Dockerfile)
7+
[`selenium/standalone-opera` Dockerfile](Dockerfile)
88

99
## How to use this image
1010

@@ -18,11 +18,11 @@ _Selenium automates browsers._ That's it! What you do with that power is entirel
1818

1919
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.
2020

21-
See the Selenium [site](http://docs.seleniumhq.org/) for documation on usage within your test code.
21+
See the Selenium [site](https://www.selenium.dev/documentation/en/) for documentation on usage within your test code.
2222

2323
## License
2424

25-
View [license information](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md) for the software contained in this image.
25+
View [license information](../LICENSE.md) for the software contained in this image.
2626

2727
## Getting Help
2828

@@ -42,6 +42,6 @@ If you have any problems with or questions about this image, please contact us t
4242

4343
## Contributing
4444

45-
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.
45+
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.
4646

4747
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 commit comments

Comments
 (0)