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

Commit 107ab61

Browse files
committed
2.47.1c: Update image id and digest.
1 parent a9624ff commit 107ab61

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: c627036423aa4fa4baea37b24a8ab6fa08e713935ff771f3e3a45881f4319b21
28+
+ Digest: sha256:9a0df41fb5228ae6bf184c97b706aec33a453e3190a546cbb9e9fe00ac73128c
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.1c
141-
export IMGID=TBD
141+
export IMGID=c627036423aa4fa4baea37b24a8ab6fa08e713935ff771f3e3a45881f4319b21
142142
if docker inspect -f='{{.Id}}' elgalu/selenium:2.47.1c |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.1c
153-
export SHA=TBD
153+
export SHA=9a0df41fb5228ae6bf184c97b706aec33a453e3190a546cbb9e9fe00ac73128c
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": "225cf290fe0dc84f70a29d5c2bdd189a56142a5b",
3+
"revision": "a9624ffecda8c8baca248ca59184f9a16118b8e5",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)