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

Commit 042ad7e

Browse files
author
Leo Gallucci
committed
SELENIUM_PARAMS, XE_DISP_NUM, how to Xephyr, upgrade to ubuntu:vivid-20150528, latest FF, add scm-source.json
1 parent 8d2e03d commit 042ad7e

File tree

9 files changed

+470
-245
lines changed

9 files changed

+470
-245
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
tmp/
22
*_image/
3+
browsers-bins/
4+
READMEBS.md

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

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 [release][] page by navigating into any release tag.
6+
7+
## v2.46.0-x11 (2015-06-24)
8+
+ Ability to pass extra params to the selenium server via SELENIUM_PARAMS (Rogov Viktor)
9+
+ Allow to set -e XE_DISP_NUM so X11 can be redirect to the host (Leo Gallucci)
10+
+ Add README note on how to use Xephyr to redirect X to the docker host
11+
+ Upgrade from ubuntu:vivid-20150528 to ubuntu:vivid-20150611
12+
+ Upgrade guacamole from 0.9.6 to 0.9.7
13+
+ Start using pip-based alternate script to get more up-to-date Firefox version
14+
+ Image tag details:
15+
+ Selenium: v2.46.0 (87c69e2)
16+
+ Chrome: 43.0.2357.130
17+
+ chromedriver: 2.16.333243 (0bfa1d3575fc1044244f21ddb82bf870944ef961)
18+
+ Firefox: 38.0.5
19+
+ Java: 1.8.0_45 HotSpot(TM) 64-Bit 1.8.0_45-b14
20+
+ Timezone: Europe/Berlin
21+
+ Built with: Docker version 1.7.0, build 0baf609
22+
+ Python: 2.7.9
23+
+ Digest: sha256:TBD
24+
+ Image ID: TBD
25+
326
## v2.46.0-base1 (2015-06-09)
427
+ Upgrade selenium from 2.45.0 to 2.46.0
528
+ Upgrade chromedriver from 2.15 to 2.16
@@ -10,7 +33,6 @@
1033
+ chromedriver: 2.16.333243 (0bfa1d3575fc1044244f21ddb82bf870944ef961)
1134
+ Firefox: 38.0
1235
+ Java: 1.8.0_45 HotSpot(TM) 64-Bit 1.8.0_45-b14
13-
+ Linux Kernel: 3.18.11-031811-generic amd64
1436
+ Timezone: Europe/Berlin
1537
+ Digest: sha256:dc7568c79355b6bde63706165b07f3c22e64e5749e12ab3591e5160776e09b1b
1638
+ Image ID: 4f827cfc7317413d2e73ef17c6da6216f92d60d080b70fffc15058543e820b93
@@ -137,3 +159,6 @@
137159

138160
## v2.42.2 (2014-07-11)
139161
+ Initial working version (Leo Gallucci)
162+
163+
164+
[releases]: https://github.com/elgalu/docker-selenium/releases/

0 commit comments

Comments
 (0)