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

Commit adbbdf0

Browse files
committed
3.8.1-p13: Update CHANGELOG, image digest, capabilities & png
1 parent ac9cfbd commit adbbdf0

File tree

5 files changed

+31
-10
lines changed

5 files changed

+31
-10
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 3.8.1-p13
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.8.1-p12...3.8.1-p13 (2018-02-02)
3+
+ Diego Molina (1):
4+
* [3724e0b] Bump Chrome and Firefox
5+
+ **Image tag details:**
6+
+ Selenium version: 3.8.1 (6e95a6684b)
7+
+ Chrome stable: 64.0.3282.140
8+
+ Firefox stable: 58.0.1
9+
+ Geckodriver: 0.19.1
10+
+ Chromedriver: 2.35.528139 (47ead77cb35ad2a9a83248b292151462a66cd881)
11+
+ Java: OpenJDK Java 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12
12+
+ Default Timezone: Europe/Berlin
13+
+ FROM ubuntu:xenial-20180123
14+
+ Python: 3.5.2
15+
+ Tested on kernel CI host: 4.4.0-101-generic x86_64
16+
+ Built at CI host with: Docker version 17.09.0, build afdb6d4
17+
+ Built at CI host with: Docker Compose version 1.17.1, build 6d101fb
18+
+ Image version: 3.8.1-222
19+
+ Image size: 1.4GB
20+
+ Digest: sha256:6208bd0f856d06d105e74b8730cabe9ba1be3cf6b5e448c3f4b5546aea271a7a
21+
122
## 3.8.1-p12
223
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.8.1-p11...3.8.1-p12 (2018-01-26)
324
+ Diego Molina (1):

GLOBAL_PATCH_LEVEL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
222
1+
223

LATEST_RELEASE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 3.8.1-p12
2-
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.8.1-p11...3.8.1-p12 (2018-01-26)
1+
## 3.8.1-p13
2+
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/3.8.1-p12...3.8.1-p13 (2018-02-02)
33
+ Diego Molina (1):
4-
* [4132b85] Upgrading Chrome & Ubuntu base image (#208)
4+
* [3724e0b] Bump Chrome and Firefox
55
+ **Image tag details:**
66
+ Selenium version: 3.8.1 (6e95a6684b)
7-
+ Chrome stable: 64.0.3282.119
8-
+ Firefox stable: 58.0
7+
+ Chrome stable: 64.0.3282.140
8+
+ Firefox stable: 58.0.1
99
+ Geckodriver: 0.19.1
1010
+ Chromedriver: 2.35.528139 (47ead77cb35ad2a9a83248b292151462a66cd881)
1111
+ Java: OpenJDK Java 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12
@@ -15,7 +15,7 @@
1515
+ Tested on kernel CI host: 4.4.0-101-generic x86_64
1616
+ Built at CI host with: Docker version 17.09.0, build afdb6d4
1717
+ Built at CI host with: Docker Compose version 1.17.1, build 6d101fb
18-
+ Image version: 3.8.1-221
18+
+ Image version: 3.8.1-222
1919
+ Image size: 1.4GB
20-
+ Digest: sha256:37881db56c5d6e418b3edb051078efac4d5dff8d29bab36d35672fbf9b53e59d
20+
+ Digest: sha256:6208bd0f856d06d105e74b8730cabe9ba1be3cf6b5e448c3f4b5546aea271a7a
2121

capabilities.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"caps": [
33
{
44
"BROWSER_NAME": "chrome",
5-
"VERSION": "64.0.3282.119",
5+
"VERSION": "64.0.3282.140",
66
"PLATFORM": "LINUX"
77
},
88
{
99
"BROWSER_NAME": "firefox",
10-
"VERSION": "58.0",
10+
"VERSION": "58.0.1",
1111
"PLATFORM": "LINUX"
1212
}
1313
]

images/grid3_console.png

183 Bytes
Loading

0 commit comments

Comments
 (0)