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

Commit dca1d2e

Browse files
committed
2.47.1e: Update image id and digest.
1 parent 911f3bc commit dca1d2e

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
+ Built with: Docker version 1.8.1, build d12ea79
3333
+ FROM ubuntu:wily-20150807
3434
+ Python: 2.7.10
35-
+ Image ID: TBD
36-
+ Digest: sha256:TBD
35+
+ Image ID: 6f267b9a571466c2bdca32b096d6f3704f1e729d5346eccbcb22071719a776e6
36+
+ Digest: sha256:22d35c93fbef588d1941ea880c19d2d6f93becefa07f9dfe2d3acf9906458116
3737

3838
## 2.47.1d (2015-08-07)
3939
+ 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=6f267b9a571466c2bdca32b096d6f3704f1e729d5346eccbcb22071719a776e6
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=22d35c93fbef588d1941ea880c19d2d6f93becefa07f9dfe2d3acf9906458116
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": "f5fd691a94dc4d2ad4cf56cfae106402162e2461",
3+
"revision": "911f3bcd1083bf69f09b27342d67145c2ab54d51",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)