Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit a3269e6

Browse files
committed
Upgrade Chrome patch to 58.0.3029.110
1 parent 02c4745 commit a3269e6

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Note image ids also change after scm-source.json has being updated which trigger
99

1010
## TBD_DOCKER_TAG
1111
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/TBD_PREV_COMM...master (TBD_DATE)
12+
+ Upgrade Chrome patch to 58.0.3029.110
1213
+ Support Japanese/Chinese fonts #153 credits @katryo
1314
+ Chore: Rename requirements-sele-3.txt to requirements.txt
1415
+ Chore: Use `apt-get clean` for RHEL 7.3 credits @tnguyen14

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For pull requests or local commits:
1212

1313
For repository owners only:
1414

15-
git commit -m "Support Japanese/Chinese fonts #153 credits @katryo"
15+
git commit -m "Upgrade Chrome patch to 58.0.3029.110"
1616
git tag -d latest; git tag -d `cat VERSION`; git push origin :`cat VERSION`; git tag `cat VERSION` && git push --force origin tmp-`cat VERSION` && git push --tags
1717

1818
-- Wait for Travis to pass OK
@@ -28,7 +28,7 @@ For repository owners only:
2828
### Chrome artifact
2929
Keep certain bins if chrome version changed for example:
3030

31-
cd ~/tmp_binaries && VER="58.0.3029.96" && NAME="google-chrome-stable_${VER}_amd64" && echo ${NAME}
31+
cd ~/tmp_binaries && VER="58.0.3029.110" && NAME="google-chrome-stable_${VER}_amd64" && echo ${NAME}
3232
wget -nv --show-progress -O ${NAME}.deb "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
3333
md5sum ${NAME}.deb > ${NAME}.md5 && shasum ${NAME}.deb > ${NAME}.sha && cp ${NAME}.md5 ${NAME}.sha ~/dosel/binaries
3434

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -610,14 +610,14 @@ RUN wget --no-verbose -O geckodriver.tar.gz \
610610
#===============
611611
# TODO: Use Google fingerprint to verify downloads
612612
# https://www.google.de/linuxrepositories/
613-
ENV CHROME_VERSION_TRIGGER="58.0.3029.96" \
613+
ENV CHROME_VERSION_TRIGGER="58.0.3029.110" \
614614
CHROME_URL="https://dl.google.com/linux/direct" \
615615
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
616616
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
617617

618-
LABEL selenium2_chrome_version "58.0.3029.96"
619-
LABEL selenium3_chrome_version "58.0.3029.96"
620-
LABEL selenium_chrome_version "58.0.3029.96"
618+
LABEL selenium2_chrome_version "58.0.3029.110"
619+
LABEL selenium3_chrome_version "58.0.3029.110"
620+
LABEL selenium_chrome_version "58.0.3029.110"
621621

622622
# Layer size: huge: 196.3 MB
623623
RUN apt-get -qqy update \

capabilities.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"caps": [
33
{
44
"BROWSER_NAME": "chrome",
5-
"VERSION": "58.0.3029.96",
5+
"VERSION": "58.0.3029.110",
66
"PLATFORM": "LINUX"
77
},
88
{

capabilities3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"caps": [
33
{
44
"BROWSER_NAME": "chrome",
5-
"VERSION": "58.0.3029.96",
5+
"VERSION": "58.0.3029.110",
66
"PLATFORM": "LINUX"
77
},
88
{

0 commit comments

Comments
 (0)