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

Commit 6192ba4

Browse files
committed
Quoting to keep parameters as they are (#181) @diemol
1 parent 14e089f commit 6192ba4

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ 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/3.6.0-p0...3.6.0-p1 (TBD_DATE)
12+
+ Quoting to keep parameters as they are (#181) @diemol
13+
+ **Image tag details:**
14+
+ Selenium version: TBD_SELENIUM_VERSION (TBD_SELENIUM_REVISION)
15+
+ Chrome stable: TBD_CHROME_STABLE
16+
+ Firefox stable: TBD_FIREFOX_VERSION
17+
+ Geckodriver: TBD_GECKO_DRIVER
18+
+ Chromedriver: TBD_CHROME_DRIVER (TBD_CHROMEDRIVER_COMMIT)
19+
+ Java: TBD_JAVA_VENDOR Java TBD_JAVA_BUILD
20+
+ Timezone: TBD_TIME_ZONE
21+
+ FROM ubuntu:UBUNTU_FLAVOR-UBUNTU_DATE
22+
+ Python: TBD_PYTHON_VERSION
23+
+ Tested on kernel dev host: 4.4.0-96-generic x86_64
24+
+ Tested on kernel CI host: TBD_HOST_UNAME
25+
+ Built at dev host with: Docker version 17.07.0-ce, build 8784753
26+
+ Built at CI host with: Docker version TBD_DOCKER_VERS, build TBD_DOCKER_BUILD
27+
+ Built at dev host with: Docker Compose version 1.16.1, build 6d1ac21
28+
+ Built at CI host with: Docker Compose version TBD_DOCKER_COMPOSE_VERS, build TBD_DOCKER_COMPOSE_BUILD
29+
+ Image size: TBD_IMAGE_SIZE
30+
+ Digest: TBD_DIGEST
31+
+ Image ID: TBD_IMAGE_ID
32+
1033
## 3.6.0-p0
1134
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.5.3-p14...3.6.0-p0 (2017-10-06)
1235
+ Upgrade Selenium from 3.5.3 to 3.6.0 @diemol

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ This project is normally tested in the last version of Docker and docker-compose
5555
To figure out the currently used specific versions it surely works on,
5656
see file [.travis.yml](./.travis.yml) example values:
5757

58-
docker --version #=> 1.13.0
59-
docker-compose --version #=> 1.10.0
58+
docker --version #=> 17.09.0-ce
59+
docker-compose --version #=> 1.16.1
6060

6161
If you need to use docker-machine to run docker
6262
(like for example on a Mac before the Docker native version 1.12),

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0-p0
1+
3.6.0-p1

0 commit comments

Comments
 (0)