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

Commit 9b67a5a

Browse files
committed
2.47.1f: Update image id and digest.
1 parent bde4964 commit 9b67a5a

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
@@ -34,8 +34,8 @@ How to get container versions
3434
+ Python: 2.7.10
3535
+ Sauce Connect 4.3.11, build 1757 2b421bb
3636
+ BrowserStack Local version 3.7
37-
+ Image ID: TBD
38-
+ Digest: sha256:TBD
37+
+ Image ID: fe93086c831942e4aac6f916db7a9221bcb205e654628a0421fed0ee725ff9de
38+
+ Digest: sha256:9a21a268f6badecbba9033bb7eba50b9f6dc77c59370dec29f3fc6d3f38fd70d
3939

4040
## 2.47.1e (2015-08-14)
4141
+ Upgrade from wily-20150731 to 20150807 (Leo Gallucci)

README.md

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

141141
# e.g. full image id for tag 2.47.1f
142-
export IMGID=TBD
142+
export IMGID=fe93086c831942e4aac6f916db7a9221bcb205e654628a0421fed0ee725ff9de
143143
if docker inspect -f='{{.Id}}' elgalu/selenium:2.47.1f |grep ${IMGID} &> /dev/null; then
144144
echo "Image ID tested ok"
145145
else
@@ -151,7 +151,7 @@ You can simply verify that image id is indeed the correct one.
151151
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:
152152

153153
# e.g. sha256 for tag 2.47.1f
154-
export SHA=TBD
154+
export SHA=9a21a268f6badecbba9033bb7eba50b9f6dc77c59370dec29f3fc6d3f38fd70d
155155
docker pull elgalu/selenium@sha256:${SHA}
156156

157157
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": "fee7549c2f93dca7b7950f1e43554be1324b591f",
3+
"revision": "bde4964c1e0383607885d761c595cea3eb3450b6",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)