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

Commit d3595f7

Browse files
author
Leo Gallucci
committed
Update SHA and digest for released v2.46.0-sup
1 parent c782d08 commit d3595f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Note image ids also change after scm-source.json has being updated which trigger
2121
+ Timezone: Europe/Berlin
2222
+ Built with: Docker version 1.7.0, build 0baf609
2323
+ Python: 2.7.10
24-
+ Digest: sha256:TBD
25-
+ Image ID: TBD
24+
+ Digest: sha256:1cd291d278d888cf566e0c7ca95377407b568ca3fb05aedb11f9781277e1ecb7
25+
+ Image ID: 27b1674c981927123538e809d33cb7c9644da4c0f2cca85a655792d2cf57d698
2626

2727
## v2.46.0-ff39 (2015-07-08)
2828
+ Upgrade Firefox from 38.0.5 to 39.0 and Chrome patch level from 130 to 132 (Leo Gallucci)

README.md

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

7676
# e.g. sha256 for tag v2.46.0-sup
77-
export SHA=TBD
77+
export SHA=1cd291d278d888cf566e0c7ca95377407b568ca3fb05aedb11f9781277e1ecb7
7878
docker pull elgalu/selenium@sha256:${SHA}
7979

8080
### Option 2 - Check the Full Image Id
8181

8282
Verify that image id is indeed correct
8383

8484
# e.g. full image id for tag v2.46.0-sup
85-
export IMGID=TBD
85+
export IMGID=27b1674c981927123538e809d33cb7c9644da4c0f2cca85a655792d2cf57d698
8686
if docker inspect -f='{{.Id}}' elgalu/selenium:v2.46.0-sup |grep ${IMGID} &> /dev/null; then
8787
echo "Image ID tested ok"
8888
else

0 commit comments

Comments
 (0)