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

Commit 1443d49

Browse files
committed
2.47.1k: Update image id and digest.
1 parent cac2976 commit 1443d49

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.8
35-
+ Image ID: TBD
36-
+ Digest: sha256:TBD
35+
+ Image ID: 2279fc0820b5a4d7c82f661b521916ba57da47efc13641205e90b5ffc4982c15
36+
+ Digest: sha256:8d8a588e0bbc48b53e9fa159b74331eea4a5c7784c40d7562c3eb569b1bc1f24
3737

3838
## 2.47.1j (2015-09-09)
3939
+ Upgrade from wily-20150807 to wily-20150829 (Leo Gallucci)

README.md

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

186186
# e.g. full image id for tag 2.47.1k
187-
export IMGID=TBD
187+
export IMGID=2279fc0820b5a4d7c82f661b521916ba57da47efc13641205e90b5ffc4982c15
188188
if docker inspect -f='{{.Id}}' elgalu/selenium:2.47.1k |grep ${IMGID} &> /dev/null; then
189189
echo "Image ID tested ok"
190190
else
@@ -196,7 +196,7 @@ You can simply verify that image id is indeed the correct one.
196196
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:
197197

198198
# e.g. sha256 for tag 2.47.1k
199-
export SHA=TBD
199+
export SHA=8d8a588e0bbc48b53e9fa159b74331eea4a5c7784c40d7562c3eb569b1bc1f24
200200
docker pull elgalu/selenium@sha256:${SHA}
201201

202202
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": "49b06b5aeb50e63af069050ba478da5bf0b7e7be",
3+
"revision": "cac29761422af304f2b22cff6ea8bb8d65a64d0f",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)