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

Commit fee7549

Browse files
committed
2.47.1e: Update image id and digest.
1 parent 6040426 commit fee7549

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
@@ -35,8 +35,8 @@ How to get container versions
3535
+ Python: 2.7.10
3636
+ Sauce Connect 4.3.10, build 1731 2bab8b6
3737
+ BrowserStack Local version 3.7
38-
+ Image ID: TBD
39-
+ Digest: sha256:TBD
38+
+ Image ID: b7f6f616de9feb402c81e1940ca8a90fc8f4e74cd0163cb530ef46b1cb99b990
39+
+ Digest: sha256:60bdb382f19cca7caf1d541839fc98a0dec7b58ede684d1d4c3b5a82b84b2e41
4040

4141
## 2.47.1d (2015-08-07)
4242
+ Upgrade from wily-20150708 to 20150731 (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.1e
142-
export IMGID=TBD
142+
export IMGID=b7f6f616de9feb402c81e1940ca8a90fc8f4e74cd0163cb530ef46b1cb99b990
143143
if docker inspect -f='{{.Id}}' elgalu/selenium:2.47.1e |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.1e
154-
export SHA=TBD
154+
export SHA=60bdb382f19cca7caf1d541839fc98a0dec7b58ede684d1d4c3b5a82b84b2e41
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": "911f3bcd1083bf69f09b27342d67145c2ab54d51",
3+
"revision": "604042665c3fe969999b52437743dce7dcf386d0",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)