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

Commit 3de1381

Browse files
committed
2.47.1j: Update image id and digest.
1 parent 49b06b5 commit 3de1381

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ How to get container versions
3737
+ Python: 2.7.10
3838
+ Sauce Connect 4.3.11, build 1757 2b421bb
3939
+ BrowserStack Local version 3.7
40-
+ Image ID: TBD
41-
+ Digest: sha256:TBD
40+
+ Image ID: 07d8bd8ca179de2125f27113bdcebf969c250b150150d2977c637c64c15ef936
41+
+ Digest: sha256:3a1cda55d920a64d1ad892c65b543b48a8a86fac572e3f2eefce11862107579a
4242

4343
## 2.47.1i (2015-09-04)
4444
+ Upgrade Chrome stable to 45.0.2454.85 and beta/dev (Leo Gallucci)

README.md

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

157157
# e.g. full image id for tag 2.47.1j
158-
export IMGID=TBD
158+
export IMGID=07d8bd8ca179de2125f27113bdcebf969c250b150150d2977c637c64c15ef936
159159
if docker inspect -f='{{.Id}}' elgalu/selenium:2.47.1j |grep ${IMGID} &> /dev/null; then
160160
echo "Image ID tested ok"
161161
else
@@ -167,7 +167,7 @@ You can simply verify that image id is indeed the correct one.
167167
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:
168168

169169
# e.g. sha256 for tag 2.47.1j
170-
export SHA=TBD
170+
export SHA=3a1cda55d920a64d1ad892c65b543b48a8a86fac572e3f2eefce11862107579a
171171
docker pull elgalu/selenium@sha256:${SHA}
172172

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

READMELeo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
time (docker build -t="elgalu/selenium:2.47.1j" . ;echo $?;beep)
44
docker run --rm -ti -m 4000M --cpu-quota=0 --name=grid -p=4470:24444 -p=5920:25900 -p=2222:22222 -e SSH_AUTH_KEYS="$(cat ~/.ssh/id_rsa.pub)" -v $(pwd)/videos:/videos -e DISABLE_ROLLBACK=true -e VIDEO=true -e MEM_JAVA="1024m" elgalu/selenium:2.47.1j
55

6-
Extra nodes
6+
Build a grid with extra nodes
77

88
docker run --rm --name=grid -p 4444:24444 -p 5920:25900 -v /dev/shm:/dev/shm -e VNC_PASSWORD=hola elgalu/selenium:2.47.1j
99

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": "4951102f2f29de3b4d0b165e3d60315c5a8f77c2",
3+
"revision": "49b06b5aeb50e63af069050ba478da5bf0b7e7be",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)