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

Commit 0121e7c

Browse files
committed
2.47.1h: Update image id and digest.
1 parent 3f380fa commit 0121e7c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ How to get container versions
3232
+ Python: 2.7.10
3333
+ Sauce Connect 4.3.11, build 1757 2b421bb
3434
+ BrowserStack Local version 3.7
35-
+ Image ID: TBD
36-
+ Digest: sha256:TBD
35+
+ Image ID: 4c83c4d2b3261531ae874e873f56a32af7e9836db77d2b8020e7de25b2b21b66
36+
+ Digest: sha256:b906385e2e14d2ff642de9c1c01e353fc50e0345d5f04c934586cc0c4951fd03
3737

3838
## 2.47.1g (2015-08-24)
3939
+ Optionally do `sc --doctor` via SAUCE_TUNNEL_DOCTOR_TEST (Leo Gallucci)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ There are also additional steps you can take to ensure you're using the correct
151151
You can simply verify that image id is indeed the correct one.
152152

153153
# e.g. full image id for tag 2.47.1h
154-
export IMGID=TBD
154+
export IMGID=4c83c4d2b3261531ae874e873f56a32af7e9836db77d2b8020e7de25b2b21b66
155155
if docker inspect -f='{{.Id}}' elgalu/selenium:2.47.1h |grep ${IMGID} &> /dev/null; then
156156
echo "Image ID tested ok"
157157
else
@@ -163,7 +163,7 @@ You can simply verify that image id is indeed the correct one.
163163
Given docker.io currently allows to push the same tag image twice this represent a security concern but since docker >= 1.6.2 is possible to fetch the digest sha256 instead of the tag so you can be sure you're using the exact same docker image every time:
164164

165165
# e.g. sha256 for tag 2.47.1h
166-
export SHA=TBD
166+
export SHA=b906385e2e14d2ff642de9c1c01e353fc50e0345d5f04c934586cc0c4951fd03
167167
docker pull elgalu/selenium@sha256:${SHA}
168168

169169
You can find all digests sha256 and image ids per tag in the [CHANGELOG](./CHANGELOG.md) so as of now you just need to trust the sha256 in the CHANGELOG. Bullet proof is to fork this project and build the images yourself if security is a big concern.

scm-source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"url": "https://github.com/elgalu/docker-selenium",
3-
"revision": "4919d929c6a047a76874f4e08ee9014ed3570c11",
3+
"revision": "3f380fa1ec0ed73524e0ef5092b2c0a7f47e1a9c",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)