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

Commit 9fa5dd0

Browse files
committed
2.47.1n: Update image id and digest.
1 parent 643f021 commit 9fa5dd0

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
@@ -26,8 +26,8 @@ How to get container versions
2626
+ Python: 2.7.10
2727
+ Sauce Connect 4.3.11, build 1757 2b421bb
2828
+ BrowserStack Local version 3.9
29-
+ Image ID: TBD
30-
+ Digest: sha256:TBD
29+
+ Image ID: 3ae90ecda33f70fde3d8a89c1a229654a5c76b9bb9934b291f4e145a93347bcd
30+
+ Digest: sha256:00e1f7f63c58bfe16ae5a1152c6a93efa5952044d66d6c067e06fed8a4572b02
3131

3232
## 2.47.1m (2015-10-04)
3333
+ Upgrade Firefox to 41.0.1, Chrome 45.0.2454.101 and other flavors.

README.md

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

210210
# e.g. full image id for tag 2.47.1n
211-
export IMGID=TBD
211+
export IMGID=3ae90ecda33f70fde3d8a89c1a229654a5c76b9bb9934b291f4e145a93347bcd
212212
if docker inspect -f='{{.Id}}' elgalu/selenium:2.47.1n |grep ${IMGID} &> /dev/null; then
213213
echo "Image ID tested ok"
214214
else
@@ -220,7 +220,7 @@ You can simply verify that image id is indeed the correct one.
220220
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:
221221

222222
# e.g. sha256 for tag 2.47.1n
223-
export SHA=TBD
223+
export SHA=00e1f7f63c58bfe16ae5a1152c6a93efa5952044d66d6c067e06fed8a4572b02
224224
docker pull elgalu/selenium@sha256:${SHA}
225225

226226
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": "dea7c6d799a57db46e46ab770ac8c2968a3c120e",
3+
"revision": "643f0219e9158f62db518f7c095d5881579747d2",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)