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

Commit 92f492f

Browse files
committed
#144 @christopheg Splitting the images is no longer supported
1 parent d49a5c2 commit 92f492f

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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+
+ Date: TBD_DATE
12+
+ #144 @christopheg Splitting the images is no longer supported:
13+
+ Cleanup of unused variable
14+
+ Update of documentation
15+
+ Image tag details:
16+
+ Selenium 2: TBD_SELENIUM_2_VERSION (TBD_SELENIUM_2_REVISION)
17+
+ Selenium 3: 3.1.0 (86a5d70)
18+
+ Chrome stable: TBD_CHROME_STABLE
19+
+ Firefox for Selenium 2: TBD_FIREFOX_FOR_SEL2
20+
+ Firefox for Selenium 3: TBD_FIREFOX_FOR_SEL3
21+
+ Geckodriver: TBD_GECKO_DRIVER
22+
+ Chromedriver: TBD_CHROME_DRIVER (TBD_CHROMEDRIVER_COMMIT)
23+
+ Java: TBD_JAVA_VENDOR Java TBD_JAVA_BUILD
24+
+ Timezone: TBD_TIME_ZONE
25+
+ FROM ubuntu:UBUNTU_FLAVOR-UBUNTU_DATE
26+
+ Python: TBD_PYTHON_VERSION
27+
+ Tested on kernel dev host: 4.4.0-64-generic x86_64
28+
+ Tested on kernel CI host: TBD_HOST_UNAME
29+
+ Built at dev host with: Docker version 1.13.1, build 092cba3
30+
+ Built at CI host with: Docker version TBD_DOCKER_VERS, build TBD_DOCKER_BUILD
31+
+ Built at dev host with: Docker Compose version 1.11.2, build dfed245
32+
+ Built at CI host with: Docker Compose version TBD_DOCKER_COMPOSE_VERS, build TBD_DOCKER_COMPOSE_BUILD
33+
+ Image size: TBD_IMAGE_SIZE
34+
+ Digest: TBD_DIGEST
35+
+ Image ID: TBD_IMAGE_ID
36+
1037
## 3.1.0-p2
1138
+ Date: 2017-02-27
1239
+ Split VIDEO_STOP_SLEEP_SECS="1" into

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
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 "Add VIDEO_BEFORE_STOP_SLEEP_SECS and VIDEO_AFTER_STOP_SLEEP_SECS"
15+
git commit -m "#144 @christopheg Splitting the images is no longer supported"
1616
git tag -d latest && git tag `cat VERSION` && git push origin tmp-`cat VERSION` && git push --tags
1717

1818
-- Wait for Travis to pass OK

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0-p2
1+
3.1.0-p3

0 commit comments

Comments
 (0)