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

Commit 2a11f15

Browse files
committed
Add GA --data cd20=${ZALENIUM}
1 parent 5e405b7 commit 2a11f15

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,33 @@ Note image ids also change after scm-source.json has being updated which trigger
77
###### To get container versions
88
docker exec grid versions
99

10+
## TBD_DOCKER_TAG
11+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/TBD_PREV_COMM...master (TBD_DATE)
12+
+ Upgrade Chrome patch to 59.0.3071.115
13+
+ Add GA --data cd20="${ZALENIUM}"
14+
+ Add attributes file to resolve eol errors #161 (#162) credits @ReservedDeveloper
15+
+ **Image tag details:**
16+
+ Selenium version: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)
17+
+ Chrome stable: TBD_CHROME_STABLE
18+
+ Firefox stable: TBD_FIREFOX_FOR_SEL3
19+
+ Geckodriver: TBD_GECKO_DRIVER
20+
+ Chromedriver: TBD_CHROME_DRIVER (TBD_CHROMEDRIVER_COMMIT)
21+
+ Java: TBD_JAVA_VENDOR Java TBD_JAVA_BUILD
22+
+ Timezone: TBD_TIME_ZONE
23+
+ FROM ubuntu:UBUNTU_FLAVOR-UBUNTU_DATE
24+
+ Python: TBD_PYTHON_VERSION
25+
+ Tested on kernel dev host: 4.4.0-79-generic x86_64
26+
+ Tested on kernel CI host: TBD_HOST_UNAME
27+
+ Built at dev host with: Docker version 17.05.0-ce, build 89658be
28+
+ Built at CI host with: Docker version TBD_DOCKER_VERS, build TBD_DOCKER_BUILD
29+
+ Built at dev host with: Docker Compose version 1.13.0, build 1719ceb
30+
+ Built at CI host with: Docker Compose version TBD_DOCKER_COMPOSE_VERS, build TBD_DOCKER_COMPOSE_BUILD
31+
+ Image size: TBD_IMAGE_SIZE
32+
+ Digest: TBD_DIGEST
33+
+ Image ID: TBD_IMAGE_ID
34+
1035
## 3.3.1-p16
11-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/cd0ce13d3f2fd8dd6e9767b...master (2017-06-21)
36+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/cd0ce13d3f2fd8dd6e9767b...5a95867c8ecf9e88a628 (2017-06-21)
1237
+ Support google chrome --lang argument, credits @pearj
1338
+ Upgrade ubuntu:xenial-20170619
1439
+ Upgrade Chrome patch to 59.0.3071.109

VERSION

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

bin/entry.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ if [ "${SELENIUM_HUB_PORT}" = "" ]; then
165165
exit 120
166166
fi
167167

168-
# Fix old typo
169-
if [ "${PICK_ALL_RANDMON_PORTS}" == "true" ]; then
170-
export PICK_ALL_RANDOM_PORTS="${PICK_ALL_RANDMON_PORTS}"
171-
fi
172-
173168
# Fix extra quotes in Time zone $TZ env var
174169
export TZ=$(echo ${TZ} | sed "s/^\([\"']\)\(.*\)\1\$/\2/g")
175170

@@ -353,6 +348,7 @@ ga_track_start () {
353348
--data cd17="${SELENIUM_NODE_CH_PORT}"
354349
--data cd18="${SELENIUM_NODE_FF_PORT}"
355350
--data cd19="${NOVNC_PORT}"
351+
--data cd20="${ZALENIUM}"
356352
)
357353

358354
curl ${GA_ENDPOINT} "${args[@]}" \

0 commit comments

Comments
 (0)