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

Commit 11e5306

Browse files
committed
2.48.2a: Update image id and digest
1 parent 0ef8594 commit 11e5306

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ How to get container versions
2929
+ Python: 2.7.10
3030
+ Sauce Connect 4.3.11, build 1757 2b421bb
3131
+ BrowserStack Local version 3.9
32-
+ Image ID: TBD
33-
+ Digest: sha256:TBD
32+
+ Image ID: 84caf3003c9471ec3103033cf2e9ccda8e30555e78f495e27187967312daf6d8
33+
+ Digest: sha256:38897dc92e131bce6608316560f89567e884eb9d7bc115e8c64aaffac60ed0b6
3434

3535
## 2.47.1n (2015-10-06)
3636
+ Remove older Firefox and Chrome beta/dev as they are not being used.

README.md

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

210210
# e.g. full image id for tag 2.48.2a
211-
export IMGID=3ae90ecda33f70fde3d8a89c1a229654a5c76b9bb9934b291f4e145a93347bcd
211+
export IMGID=84caf3003c9471ec3103033cf2e9ccda8e30555e78f495e27187967312daf6d8
212212
if docker inspect -f='{{.Id}}' elgalu/selenium:2.48.2a |grep ${IMGID} &> /dev/null; then
213213
echo "Image ID tested ok"
214214
else
@@ -220,7 +220,7 @@ You can simply verify that image id is indeed the correct one.
220220
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:
221221

222222
# e.g. sha256 for tag 2.48.2a
223-
export SHA=00e1f7f63c58bfe16ae5a1152c6a93efa5952044d66d6c067e06fed8a4572b02
223+
export SHA=38897dc92e131bce6608316560f89567e884eb9d7bc115e8c64aaffac60ed0b6
224224
docker pull elgalu/selenium@sha256:${SHA}
225225

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

scm-source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"url": "https://github.com/elgalu/docker-selenium",
3-
"revision": "643f0219e9158f62db518f7c095d5881579747d2",
3+
"revision": "0ef85940e84cbd656e3e0b81ba551245686a9de5",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)