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

Commit f5fd691

Browse files
committed
2.47.1d: Update image id and digest.
1 parent 4211c70 commit f5fd691

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
@@ -25,8 +25,8 @@ Note image ids also change after scm-source.json has being updated which trigger
2525
+ Built with: Docker version 1.7.1, build 786b29d
2626
+ FROM ubuntu:wily-20150731
2727
+ Python: 2.7.10
28-
+ Image ID: TBD
29-
+ Digest: sha256:TBD
28+
+ Image ID: c59f0bd567cb40c4a97c9a7b040f2ecd25036a0eec4fe63bf2a8217ff9d0e6b9
29+
+ Digest: sha256:cefeec6485e598f7ba8bde1533d4ecec79227fdd91a4de2823db1dd8996caa74
3030

3131
## 2.47.1c (2015-08-03)
3232
+ Upgrade chromedriver from 2.16 to 2.17 (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.1d
141-
export IMGID=TBD
141+
export IMGID=c59f0bd567cb40c4a97c9a7b040f2ecd25036a0eec4fe63bf2a8217ff9d0e6b9
142142
if docker inspect -f='{{.Id}}' elgalu/selenium:2.47.1d |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.1d
153-
export SHA=TBD
153+
export SHA=cefeec6485e598f7ba8bde1533d4ecec79227fdd91a4de2823db1dd8996caa74
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": "107ab61ee884e49f3b6fd05a6c50f3def1feae34",
3+
"revision": "4211c70d462be1d7bcc75289ed38bcf3c8e61263",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)