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

Commit 1162d9d

Browse files
committed
2.48.2c: Update image id and digest.
1 parent f945fb2 commit 1162d9d

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
@@ -22,8 +22,8 @@ Get container versions run `docker exec grid versions`
2222
+ Python: 2.7.10
2323
+ Sauce Connect 4.3.11, build 1757 2b421bb
2424
+ BrowserStack Local version 4
25-
+ Image ID: TBD
26-
+ Digest: sha256:TBD
25+
+ Image ID: 838fd1a3e07bb1c38cb50bd5115100831863a0e53f382203d2736c5cb6f0175b
26+
+ Digest: sha256:8640b744b4ce63a67081f3a74a094d5a2aa425b594cd83fbbcbc8e8aa2c8005c
2727

2828
## 2.48.2b (2015-11-04)
2929
+ Upgrade to Chrome to 46.0.2490.80

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ There are also additional steps you can take to ensure you're using the correct
209209
You can simply verify that image id is indeed the correct one.
210210

211211
# e.g. full image id for tag 2.48.2c
212-
export IMGID=TBD
212+
export IMGID=838fd1a3e07bb1c38cb50bd5115100831863a0e53f382203d2736c5cb6f0175b
213213
if docker inspect -f='{{.Id}}' elgalu/selenium:2.48.2c |grep ${IMGID} &> /dev/null; then
214214
echo "Image ID tested ok"
215215
else
@@ -221,7 +221,7 @@ You can simply verify that image id is indeed the correct one.
221221
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:
222222

223223
# e.g. sha256 for tag 2.48.2c
224-
export SHA=TBD
224+
export SHA=8640b744b4ce63a67081f3a74a094d5a2aa425b594cd83fbbcbc8e8aa2c8005c
225225
docker pull elgalu/selenium@sha256:${SHA}
226226

227227
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.

0 commit comments

Comments
 (0)