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

Commit

Permalink
2.47.1k: Update image id and digest.
Browse files Browse the repository at this point in the history
  • Loading branch information
elgalu committed Sep 16, 2015
1 parent cac2976 commit 1443d49
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 @@ -32,8 +32,8 @@ How to get container versions
+ Python: 2.7.10
+ Sauce Connect 4.3.11, build 1757 2b421bb
+ BrowserStack Local version 3.8
+ Image ID: TBD
+ Digest: sha256:TBD
+ Image ID: 2279fc0820b5a4d7c82f661b521916ba57da47efc13641205e90b5ffc4982c15
+ Digest: sha256:8d8a588e0bbc48b53e9fa159b74331eea4a5c7784c40d7562c3eb569b1bc1f24

## 2.47.1j (2015-09-09)
+ Upgrade from wily-20150807 to wily-20150829 (Leo Gallucci)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,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.1k
export IMGID=TBD
export IMGID=2279fc0820b5a4d7c82f661b521916ba57da47efc13641205e90b5ffc4982c15
if docker inspect -f='{{.Id}}' elgalu/selenium:2.47.1k |grep ${IMGID} &> /dev/null; then
echo "Image ID tested ok"
else
Expand All @@ -196,7 +196,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.1k
export SHA=TBD
export SHA=8d8a588e0bbc48b53e9fa159b74331eea4a5c7784c40d7562c3eb569b1bc1f24
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": "49b06b5aeb50e63af069050ba478da5bf0b7e7be",
"revision": "cac29761422af304f2b22cff6ea8bb8d65a64d0f",
"author": "lgallucci",
"status": ""
}

0 comments on commit 1443d49

Please sign in to comment.