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

Commit 48ddbc6

Browse files
committed
Adding custom images to use them in notifications (#182) @diemol
1 parent b35abe9 commit 48ddbc6

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
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-p1...3.6.0-p2 (TBD_DATE)
12+
+ Adding custom images to use them in notifications (#182) @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-p1
1134
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.6.0-p0...3.6.0-p1 (2017-10-07)
1235
+ Quoting to keep parameters as they are (#181) @diemol

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For pull requests or local commits:
1111

1212
For repository owners only:
1313

14-
git commit -m "Upgrade Selenium from 3.5.3 to 3.6.0"
14+
git commit -m "Adding custom images to use them in notifications (#182) @diemol"
1515
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
1616

1717
-- 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.6.0-p1
1+
3.6.0-p2

images/grid3_console.png

-64 Bytes
Loading

scm-source.json

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,6 @@
1-
Placeholder to allow forks to build this image.
2-
3-
This meta file is in JSON format and should reference the SCM source location the Docker image was built from.
4-
5-
The JSON file should contain a single JSON dictionary with the following keys:
6-
7-
url
8-
The SCM URL in the format <SCM-PROVIDER>:<PROVIDER-SPECIFIC-REPO-LOCATION>.
9-
10-
revision
11-
The SCM revision, e.g. the full git commit sha1. The revision should end with the marker text
12-
” (locally modified)” for unclean working directories.
13-
This marker text ensures that no exact match for such revisions can be found in the remote SCM repository.
14-
15-
author
16-
Name of the file’s author. The author is responsible for the correctness of the file’s contents.
17-
18-
status
19-
Optional SCM working directory status information.
20-
Might contain git status output for example.
21-
22-
Example file:
23-
241
{
25-
"url": "git:git@github.com:elgalu/docker-selenium.git",
26-
"revision": "4af973351e7d418b67e3eba9de3dc889a71000ea",
27-
"author": "elgalu",
2+
"url": "https://github.com/elgalu/docker-selenium",
3+
"revision": "b35abe9701b2b9e2b6b1139e1dc623a6d5674cd9",
4+
"author": "lgallucci",
285
"status": ""
296
}

0 commit comments

Comments
 (0)