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

Commit 04d3a2e

Browse files
committed
2.47.1a: Update image id and digest.
1 parent 99ebf86 commit 04d3a2e

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
@@ -23,8 +23,8 @@ Note image ids also change after scm-source.json has being updated which trigger
2323
+ Built with: Docker version 1.7.1, build 786b29d
2424
+ FROM ubuntu:wily-20150708
2525
+ Python: 2.7.10
26-
+ Image ID: TBD
27-
+ Digest: sha256:TBD
26+
+ Image ID: 7189525fdd0bd4cc4492559f3fee1e58b7cd8c59eb6b692798cf537f2e084ef4
27+
+ Digest: sha256:5df46e24ff6358d9f047adeae5e298a508011dd13baf9cd8093026d2a9357ee0
2828

2929
## 2.46.0-06 (2015-07-24)
3030
+ Upgrade chrome stable to 44.0.2403.89. (Leo Gallucci)

README.md

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

140140
# e.g. full image id for tag 2.47.1a
141-
export IMGID=TBD
141+
export IMGID=7189525fdd0bd4cc4492559f3fee1e58b7cd8c59eb6b692798cf537f2e084ef4
142142
if docker inspect -f='{{.Id}}' elgalu/selenium:2.47.1a |grep ${IMGID} &> /dev/null; then
143143
echo "Image ID tested ok"
144144
else
@@ -150,7 +150,7 @@ You can simply verify that image id is indeed the correct one.
150150
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:
151151

152152
# e.g. sha256 for tag 2.47.1a
153-
export SHA=TBD
153+
export SHA=5df46e24ff6358d9f047adeae5e298a508011dd13baf9cd8093026d2a9357ee0
154154
docker pull elgalu/selenium@sha256:${SHA}
155155

156156
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
@@ -1,7 +1,7 @@
11
## Build
22

33
time (docker build -t="elgalu/selenium:2.47.1a" . ;echo $?;beep)
4-
docker run --rm -ti --name=ch -p=4470:24444 -p=5920:25900 -p=2222:22222 -p=6080:26080 -p=29001:29001 -e SSH_AUTH_KEYS="$(cat ~/.ssh/id_rsa.pub)" -v $(pwd)/videos:/videos -e DISABLE_ROLLBACK=true -e VIDEO=true -e VIDEO_FILE_NAME=hola elgalu/selenium:2.47.1a
4+
docker run --rm -ti -m 2000M --cpu-quota=90000 --name=ch -p=4470:24444 -p=5920:25900 -p=2222:22222 -p=6080:26080 -p=29001:29001 -e SSH_AUTH_KEYS="$(cat ~/.ssh/id_rsa.pub)" -v $(pwd)/videos:/videos -e DISABLE_ROLLBACK=true -e VIDEO=true -e VIDEO_FILE_NAME=hola -e MEM_JAVA="1024m" -e WAIT_TIMEOUT="20s" elgalu/selenium:2.47.1a
55

66
See logs
77

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": "8a64e8f99d3fbc98753df7dd0b9e7704696b6eb2",
3+
"revision": "99ebf86eb7bf6a155c12bb24a5bfa95676c87049",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)