diff --git a/CHANGELOG.md b/CHANGELOG.md index ace11ea8..38d8e591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index cf3b5d0a..6bbb8383 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/scm-source.json b/scm-source.json index 7352e2f9..1f546cf3 100644 --- a/scm-source.json +++ b/scm-source.json @@ -1,6 +1,6 @@ { "url": "https://github.com/elgalu/docker-selenium", - "revision": "107ab61ee884e49f3b6fd05a6c50f3def1feae34", + "revision": "4211c70d462be1d7bcc75289ed38bcf3c8e61263", "author": "lgallucci", "status": "" }