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

Commit e5c6176

Browse files
committed
Upgrade Chrome patch to 58.0.3029.96
1 parent 113d70a commit e5c6176

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
## Local
44
For pull requests or local commits:
55

6+
git checkout -b tmp-`cat VERSION`
67
time (./test/bef && ./test/install && ./test/script_start && ./test/script_end)
78
docker exec grid versions && ./test/after_script && travis lint
89
open ./images/grid3_console.png && open ./videos/mobile_emulation/*.mp4
910
git checkout ./images/grid3_console.png scm-source.json
10-
git checkout -b tmp-`cat VERSION`
1111
#git add ... git commit ... git push ... open pull request
1212

1313
For repository owners only:
1414

15-
git commit -m "Fix: Do not set --user-data-dir"
15+
git commit -m "Upgrade Chrome patch to 58.0.3029.96"
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.81" && NAME="google-chrome-stable_${VER}_amd64" && echo ${NAME}
31+
cd ~/tmp_binaries && VER="58.0.3029.96" && 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
@@ -589,14 +589,14 @@ RUN wget --no-verbose -O geckodriver.tar.gz \
589589
#===============
590590
# TODO: Use Google fingerprint to verify downloads
591591
# https://www.google.de/linuxrepositories/
592-
ENV CHROME_VERSION_TRIGGER="58.0.3029.81" \
592+
ENV CHROME_VERSION_TRIGGER="58.0.3029.96" \
593593
CHROME_URL="https://dl.google.com/linux/direct" \
594594
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
595595
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
596596

597-
LABEL selenium2_chrome_version "58.0.3029.81"
598-
LABEL selenium3_chrome_version "58.0.3029.81"
599-
LABEL selenium_chrome_version "58.0.3029.81"
597+
LABEL selenium2_chrome_version "58.0.3029.96"
598+
LABEL selenium3_chrome_version "58.0.3029.96"
599+
LABEL selenium_chrome_version "58.0.3029.96"
600600

601601
# Layer size: huge: 196.3 MB
602602
RUN apt-get -qqy update \

TBD_DOCKER_TAG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/TBD_PREV_COMM...TBD_CUR_COMM (TBD_DATE)
33
+ TBD_COMMIT_MSG
44
+ **Image tag details:**
5-
+ Selenium 3: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)
5+
+ Selenium version: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)
66
+ Chrome stable: TBD_CHROME_STABLE
7-
+ Firefox for Selenium 3: TBD_FIREFOX_FOR_SEL3
7+
+ Firefox stable: TBD_FIREFOX_FOR_SEL3
88
+ Geckodriver: TBD_GECKO_DRIVER
99
+ Chromedriver: TBD_CHROME_DRIVER (TBD_CHROMEDRIVER_COMMIT)
1010
+ Java: TBD_JAVA_VENDOR Java TBD_JAVA_BUILD
1111
+ Timezone: TBD_TIME_ZONE
1212
+ FROM ubuntu:UBUNTU_FLAVOR-UBUNTU_DATE
1313
+ Python: TBD_PYTHON_VERSION
14-
+ Tested on kernel dev host: 4.4.0-75-generic x86_64
14+
+ Tested on kernel dev host: 4.4.0-77-generic x86_64
1515
+ Tested on kernel CI host: TBD_HOST_UNAME
16-
+ Built at dev host with: Docker version 17.03.1-ce, build c6d412e
16+
+ Built at dev host with: Docker version 17.04.0-ce, build 4845c56
1717
+ Built at CI host with: Docker version TBD_DOCKER_VERS, build TBD_DOCKER_BUILD
18-
+ Built at dev host with: Docker Compose version 1.11.2, build dfed245
18+
+ Built at dev host with: Docker Compose version 1.13.0, build 1719ceb
1919
+ Built at CI host with: Docker Compose version TBD_DOCKER_COMPOSE_VERS, build TBD_DOCKER_COMPOSE_BUILD
2020
+ Image size: TBD_IMAGE_SIZE
2121
+ Digest: TBD_DIGEST

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1-p6
1+
3.3.1-p7

0 commit comments

Comments
 (0)