This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +25
-20
lines changed Expand file tree Collapse file tree 12 files changed +25
-20
lines changed Original file line number Diff line number Diff line change 22# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5- FROM local-seleniarm/base:4.0 .0-20211111
5+ FROM local-seleniarm/base:4.1 .0-20211217
66LABEL authors=SeleniumHQ,sj26,jamesmortensen
77
88USER 1200
Original file line number Diff line number Diff line change 22# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5- FROM local-seleniarm/base:4.0 .0-20211111
5+ FROM local-seleniarm/base:4.1 .0-20211217
66LABEL authors=SeleniumHQ,sj26,jamesmortensen
77
88USER root
Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ echo "max-sessions = ${SE_NODE_MAX_SESSIONS}
5252SE_NODE_BROWSER_NAME=$( cat /opt/selenium/browser_name)
5353if [[ " ${SE_NODE_BROWSER_NAME} " == " chrome" ]]; then
5454 SE_NODE_BROWSER_VERSION=$( short_version $( google-chrome --version | awk ' {print $3}' ) )
55+ elif [[ " ${SE_NODE_BROWSER_NAME} " == " chromium" ]]; then
56+ SE_NODE_BROWSER_NAME=chrome
57+ SE_NODE_BROWSER_VERSION=$( short_version $( chromium --version | awk ' {print $2}' ) )
5558elif [[ " ${SE_NODE_BROWSER_NAME} " == " firefox" ]]; then
5659 SE_NODE_BROWSER_VERSION=$( short_version $( firefox --version | awk ' {print $3}' ) )
5760elif [[ " ${SE_NODE_BROWSER_NAME} " == " MicrosoftEdge" ]]; then
Original file line number Diff line number Diff line change 22# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5- FROM local-seleniarm/node-base:4.0 .0-20211111
5+ FROM local-seleniarm/node-base:4.1 .0-20211217
66LABEL authors=SeleniumHQ,sj26,jamesmortensen
77
88USER root
@@ -29,7 +29,7 @@ RUN apt-get update -qqy \
2929 && apt-get -qqy install chromium-driver \
3030 && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
3131
32- RUN echo "chrome " > /opt/selenium/browser_name
32+ RUN echo "chromium " > /opt/selenium/browser_name
3333
3434USER 1200
3535
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get update -qqy \
2222 && apt-get -qqy install chromium-driver \
2323 && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
2424
25- RUN echo "chrome " > /opt/selenium/browser_name
25+ RUN echo "chromium " > /opt/selenium/browser_name
2626
2727USER 1200
2828
Original file line number Diff line number Diff line change 22# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
6- FROM local-seleniarm/node-base:4.0.0-20211111
5+ FROM local-seleniarm/node-base:4.1.0-20211217
76LABEL authors=SeleniumHQ,sj26,jamesmortensen
87
8+ # FROM local-seleniarm/node-base:4.0.0-20211018
9+ # LABEL authors=SeleniumHQ,sj26,jamesmortensen
910
1011USER root
1112
Original file line number Diff line number Diff line change 1313
1414echo ' Generate the Dockerfile.arm64...'
1515BUILD_DATE=$( date +' %Y%m%d' )
16- VERSION=4.0 .0
16+ VERSION=4.1 .0
1717NAMESPACE=local-seleniarm
1818AUTHORS=SeleniumHQ,sj26,jamesmortensen
1919
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ echo "max-sessions = ${SE_NODE_MAX_SESSIONS}
3232SE_NODE_BROWSER_NAME=$( cat /opt/selenium/browser_name)
3333if [[ " ${SE_NODE_BROWSER_NAME} " == " chrome" ]]; then
3434 SE_NODE_BROWSER_VERSION=$( short_version $( google-chrome --version | awk ' {print $3}' ) )
35+ elif [[ " ${SE_NODE_BROWSER_NAME} " == " chromium" ]]; then
36+ SE_NODE_BROWSER_NAME=chrome
37+ SE_NODE_BROWSER_VERSION=$( short_version $( chromium --version | awk ' {print $2}' ) )
3538elif [[ " ${SE_NODE_BROWSER_NAME} " == " firefox" ]]; then
3639 SE_NODE_BROWSER_VERSION=$( short_version $( firefox --version | awk ' {print $3}' ) )
3740elif [[ " ${SE_NODE_BROWSER_NAME} " == " MicrosoftEdge" ]]; then
Original file line number Diff line number Diff line change 22# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5- FROM local-seleniarm/node-chromium:4.0 .0-20211111
5+ FROM local-seleniarm/node-chromium:4.1 .0-20211217
66LABEL authors=SeleniumHQ,sj26,jamesmortensen
77
88USER 1200
Original file line number Diff line number Diff line change 22# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
33# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
44# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5-
6- FROM local-seleniarm/node-firefox:4.0.0-20211111
5+ FROM local-seleniarm/node-firefox:4.1.0-20211217
76LABEL authors=SeleniumHQ,sj26,jamesmortensen
87
9-
108USER 1200
119
1210# ====================================
You can’t perform that action at this time.
0 commit comments