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

Commit e345441

Browse files
committed
2.47.1b: Update image id and digest.
1 parent 225cf29 commit e345441

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
@@ -24,8 +24,8 @@ Note image ids also change after scm-source.json has being updated which trigger
2424
+ Built with: Docker version 1.7.1, build 786b29d
2525
+ FROM ubuntu:wily-20150708
2626
+ Python: 2.7.10
27-
+ Image ID: TBD
28-
+ Digest: sha256:TBD
27+
+ Image ID: eb7175aa47fac34f1f29ffc372cd9e6f52d3a3fe6218f2f760cef7e5047705a0
28+
+ Digest: sha256:ca7b8c9d1a8df59974b3dcb81499339cd3f46b5cda1934ba14c3b5f95c1ecba2
2929

3030
## 2.47.1a (2015-07-30)
3131
+ Upgrade selenium from 2.46.0 to 2.47.1 (Leo Gallucci)

README.md

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

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

152152
# e.g. sha256 for tag 2.47.1b
153-
export SHA=TBD
153+
export SHA=ca7b8c9d1a8df59974b3dcb81499339cd3f46b5cda1934ba14c3b5f95c1ecba2
154154
docker pull elgalu/selenium@sha256:${SHA}
155155

156156
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": "04d3a2ecc4396f61aa8242cacd7c45ff6a8e1fd1",
3+
"revision": "225cf290fe0dc84f70a29d5c2bdd189a56142a5b",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)