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

Commit 8b03ac3

Browse files
author
Leo Gallucci
committed
v2.46.0-01: Update image id and digest.
1 parent 9bc267e commit 8b03ac3

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ tmp/
22
*_image/
33
browsers-bins/
44
READMEBS.md
5+
videos/
6+

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Note image ids also change after scm-source.json has being updated which trigger
2222
+ Built with: Docker version 1.7.1, build 786b29d
2323
+ FROM ubuntu:trusty-20150630
2424
+ Python: 2.7.6
25-
+ Digest: sha256:TBD
26-
+ Image ID: TBD
25+
+ Digest: sha256:29766e276918fd39ec679fe9ad208d3aa04deeb7e22171aaaa5877ab6f732616
26+
+ Image ID: 049e6178f83f6abe4230211e0f1116ccdda92083b3f81038a1a7fc1d5325f26b
2727

2828
## v2.46.0-00 (2015-07-15)
2929
+ Make selenium maxInstances & maxSession configurable. (Leo Gallucci)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ You can lunch a node only container via environment variables:
105105
-e SSH_AUTH_KEYS="$(cat ~/.ssh/id_rsa.pub)" -e VIDEO=true \
106106
-e SELENIUM_HUB_HOST=10.161.128.170 \
107107
-e SELENIUM_HUB_PORT=4444 \
108-
-e SELENIUM_NODE_HOST=10.161.128.170 \
108+
-e SELENIUM_NODE_HOST=10.161.131.6 \
109109
-p 25550:25550 -p 25551:25551 \
110110
-e GRID=false -e CHROME=true -e FIREFOX=true \
111111
-v $(pwd)/videos:/videos \
@@ -134,15 +134,15 @@ There are also additional steps you can take to ensure you're using the correct
134134
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:
135135

136136
# e.g. sha256 for tag v2.46.0-01
137-
export SHA=TBD
137+
export SHA=29766e276918fd39ec679fe9ad208d3aa04deeb7e22171aaaa5877ab6f732616
138138
docker pull elgalu/selenium@sha256:${SHA}
139139

140140
### Option 2 - Check the Full Image Id
141141

142142
Verify that image id is indeed correct
143143

144144
# e.g. full image id for tag v2.46.0-01
145-
export IMGID=TBD
145+
export IMGID=049e6178f83f6abe4230211e0f1116ccdda92083b3f81038a1a7fc1d5325f26b
146146
if docker inspect -f='{{.Id}}' elgalu/selenium:v2.46.0-01 |grep ${IMGID} &> /dev/null; then
147147
echo "Image ID tested ok"
148148
else

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

0 commit comments

Comments
 (0)