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

Commit ea30b22

Browse files
committed
2.47.1g: Update image id and digest.
1 parent f57ae28 commit ea30b22

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ How to get container versions
3434
+ Python: 2.7.10
3535
+ Sauce Connect 4.3.11, build 1757 2b421bb
3636
+ BrowserStack Local version 3.7
37-
+ Image ID: TBD
38-
+ Digest: sha256:TBD
37+
+ Image ID: dfa1cbfe9932e651e32d60b360cecada4dde289163fe0570d5814af24830ab63
38+
+ Digest: sha256:50c14f27c7447cb83cff38736dc2f76033198c94cd80f513a3216b41689c73dd
3939

4040
## 2.47.1f (2015-08-19)
4141
+ Upgrade chromedriver from 2.17 to 2.18 (Leo Gallucci)

README.md

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

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

161161
# e.g. sha256 for tag 2.47.1g
162-
export SHA=TBD
162+
export SHA=50c14f27c7447cb83cff38736dc2f76033198c94cd80f513a3216b41689c73dd
163163
docker pull elgalu/selenium@sha256:${SHA}
164164

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

dns/etc/hosts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
10.0.2.2 my_internal_web_server.local
2+
23
# This entries help to avoid DNS resolve issue with Sauce Connect
34
162.222.73.28 saucelabs.com
45
162.222.76.100 maki76100.miso.saucelabs.com

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": "9b67a5a6b24c7e4b281d4fbc1f2720362b637c8f",
3+
"revision": "f57ae28b3f2a0181ca8172d230f8b79205c6b590",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)