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

Commit

Permalink
2.47.1d: Update image id and digest.
Browse files Browse the repository at this point in the history
  • Loading branch information
elgalu committed Aug 7, 2015
1 parent 4211c70 commit f5fd691
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Note image ids also change after scm-source.json has being updated which trigger
+ Built with: Docker version 1.7.1, build 786b29d
+ FROM ubuntu:wily-20150731
+ Python: 2.7.10
+ Image ID: TBD
+ Digest: sha256:TBD
+ Image ID: c59f0bd567cb40c4a97c9a7b040f2ecd25036a0eec4fe63bf2a8217ff9d0e6b9
+ Digest: sha256:cefeec6485e598f7ba8bde1533d4ecec79227fdd91a4de2823db1dd8996caa74

## 2.47.1c (2015-08-03)
+ Upgrade chromedriver from 2.16 to 2.17 (Leo Gallucci)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ There are also additional steps you can take to ensure you're using the correct
You can simply verify that image id is indeed the correct one.

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

# e.g. sha256 for tag 2.47.1d
export SHA=TBD
export SHA=cefeec6485e598f7ba8bde1533d4ecec79227fdd91a4de2823db1dd8996caa74
docker pull elgalu/selenium@sha256:${SHA}

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.
Expand Down
2 changes: 1 addition & 1 deletion scm-source.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"url": "https://github.com/elgalu/docker-selenium",
"revision": "107ab61ee884e49f3b6fd05a6c50f3def1feae34",
"revision": "4211c70d462be1d7bcc75289ed38bcf3c8e61263",
"author": "lgallucci",
"status": ""
}

0 comments on commit f5fd691

Please sign in to comment.