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

Commit e66707e

Browse files
committed
Fork PRs improvements. Changelog improvements
1 parent eeba60c commit e66707e

File tree

5 files changed

+18
-19
lines changed

5 files changed

+18
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ vnc_linux.md5
2626
vnc_osx.md5
2727
tmposx/
2828
*.log
29+
NEXT_RELEASE.md

CHANGELOG.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
# Changelog
2-
3-
Note sha256 digests are generated after pushing the image to the registry therefore the last version of this docker-selenium will always have digest TBD (to be determined) but will be updated manually at [releases][]
4-
5-
Note image ids also change after scm-source.json has being updated which triggers a cyclic problem so value TBD will be set here and updated in the [releases][] page by navigating into any release tag.
6-
7-
###### To get container versions
8-
docker exec grid versions
9-
101
## 3.6.0-p6
112
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.6.0-p5...3.6.0-p6 (2017-10-30)
123
+ Cleaning up notifications before the next test starts (#183) @diemol
@@ -4395,6 +4386,3 @@ Note image ids also change after scm-source.json has being updated which trigger
43954386

43964387
## v2.42.2 (2014-07-11) - alpha
43974388
+ Initial working version (Leo Gallucci)
4398-
4399-
4400-
[releases]: https://github.com/elgalu/docker-selenium/releases/

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,17 @@ Powered by Supervisor, the container leaves many logs;
420420
/var/log/cont/xvfb-stderr.log
421421
/var/log/cont/xvfb-stdout.log
422422

423+
## Changelog
424+
See [CHANGELOG.md](./CHANGELOG.md)
425+
426+
The sha256 digests are generated after pushing the image to the registry therefore the last version of this docker-selenium will always have digest TBD (to be determined) but will be updated manually at [releases][]
427+
428+
The image ids also change after scm-source.json has being updated which triggers a cyclic problem so value TBD will be set there and updated in the [releases][] page by navigating into any release tag.
429+
430+
How to get container versions
431+
432+
docker exec grid versions
433+
423434
## Security
424435
See [SECURITY.md](./SECURITY.md)
425436

@@ -433,4 +444,5 @@ See [LICENSE.md](./LICENSE.md)
433444
[BrowserStack]: https://www.browserstack.com/automate
434445
[xvfb-electron]: http://electron.atom.io/docs/tutorial/testing-on-headless-ci
435446
[docker-compose.yml]: ./docker-compose.yml
447+
[releases]: https://github.com/elgalu/docker-selenium/releases/
436448
[Zalenium]: https://github.com/zalando/zalenium

TBD_DOCKER_TAG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## TBD_DOCKER_TAG
2-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/TBD_PREV_COMM...TBD_NEXT_COMM (TBD_DATE)
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/TBD_PREV_COMM...TBD_DOCKER_TAG (TBD_DATE)
33
+ TBD_COMMIT_MSG
44
+ **Image tag details:**
55
+ Selenium version: TBD_SELENIUM_VERSION (TBD_SELENIUM_REVISION)
@@ -8,15 +8,13 @@
88
+ Geckodriver: TBD_GECKO_DRIVER
99
+ Chromedriver: TBD_CHROME_DRIVER (TBD_CHROMEDRIVER_COMMIT)
1010
+ Java: TBD_JAVA_VENDOR Java TBD_JAVA_BUILD
11-
+ Timezone: TBD_TIME_ZONE
11+
+ Default 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-97-generic x86_64
1514
+ Tested on kernel CI host: TBD_HOST_UNAME
16-
+ Built at dev host with: Docker version 17.10.0-ce, build f4ffd25
1715
+ Built at CI host with: Docker version TBD_DOCKER_VERS, build TBD_DOCKER_BUILD
18-
+ Built at dev host with: Docker Compose version 1.17.0-rc1, build a0f95af
1916
+ Built at CI host with: Docker Compose version TBD_DOCKER_COMPOSE_VERS, build TBD_DOCKER_COMPOSE_BUILD
2017
+ Image size: TBD_IMAGE_SIZE
2118
+ Digest: TBD_DIGEST
2219
+ Image ID: TBD_IMAGE_ID
20+

test/before_install_pull

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ die () {
1414
exit $errnum
1515
}
1616

17-
docker --version
18-
docker-compose --version
17+
docker --version || echo "WARN: No docker installed yet"
18+
docker-compose --version || echo "WARN: No docker-compose installed yet"
1919

2020
[ "${TRAVIS_BUILD_NUMBER}" == "" ] && die "Need env var TRAVIS_BUILD_NUMBER to know where to pull from"
2121

0 commit comments

Comments
 (0)