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

Commit 83cb8be

Browse files
author
Leo Gallucci
committed
v2.46.0-00: Update image id and digest
1 parent 9687f39 commit 83cb8be

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
+ Timezone: Europe/Berlin
2626
+ Built with: Docker version 1.7.1, build 786b29d
2727
+ Python: 2.7.6
28-
+ Digest: sha256:TBD
29-
+ Image ID: TBD
28+
+ Digest: sha256:94c0e3992501db24a5a07cba516d8e7e32ac419ea7accae915275eb58dd389d5
29+
+ Image ID: a8bc01890482646e82188ecd84b799fb2e7a1588f7627779b16735ed55d4f40c
3030

3131
## v2.46.0-sup (2015-07-13)
3232
+ Switched to supervidord for process management, closes #24 (Leo Gallucci)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ There are also additional steps you can take to ensure you're using the correct
107107
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:
108108

109109
# e.g. sha256 for tag v2.46.0-00
110-
export SHA=TBD
110+
export SHA=94c0e3992501db24a5a07cba516d8e7e32ac419ea7accae915275eb58dd389d5
111111
docker pull elgalu/selenium@sha256:${SHA}
112112

113113
### Option 2 - Check the Full Image Id
114114

115115
Verify that image id is indeed correct
116116

117117
# e.g. full image id for tag v2.46.0-00
118-
export IMGID=TBD
118+
export IMGID=a8bc01890482646e82188ecd84b799fb2e7a1588f7627779b16735ed55d4f40c
119119
if docker inspect -f='{{.Id}}' elgalu/selenium:v2.46.0-00 |grep ${IMGID} &> /dev/null; then
120120
echo "Image ID tested ok"
121121
else

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": "f5302e80788817ac43855cbc1298eac9dcd06ee6",
3+
"revision": "9687f39dec1e406ff9c04b5d559a2cbd6c11d049",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)