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

Commit ccf5b28

Browse files
committed
2.46.0-05: Update image id and digest.
1 parent 57319d2 commit ccf5b28

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-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: 7d6df22491ed41ec6474b5bf9a48f453dc0d835ce257f39e02cd5fe356a2c1bb
27+
+ Digest: sha256:fe49be13887bb390ca4f6d3617fd8f34c6a84bc08319bb4f18555ed7d6045f08
2828

2929
## v2.46.0-05 (2015-07-20)
3030
+ Split video files through `-e VIDEO_CHUNK_SECS="00:10:00"`. (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.46.0-06
141-
export IMGID=TBD
141+
export IMGID=7d6df22491ed41ec6474b5bf9a48f453dc0d835ce257f39e02cd5fe356a2c1bb
142142
if docker inspect -f='{{.Id}}' elgalu/selenium:2.46.0-06 |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.46.0-06
153-
export SHA=TBD
153+
export SHA=fe49be13887bb390ca4f6d3617fd8f34c6a84bc08319bb4f18555ed7d6045f08
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Testing in ssh [email protected]
1414
## Transfer used browser source artifacts to keep them in the cloud
1515

1616
SSHCMD="-o StrictHostKeyChecking=no -q -P 2222 application@localhost"
17-
scp ${SSHCMD}:/home/application/chrome-deb/google*.deb binaries/
17+
cd binaries
18+
scp ${SSHCMD}:/home/application/chrome-deb/google*.deb .
1819

1920
List chrome versions via docker exec
2021

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": "49bf4fbd720cf1e2444629b58f17f12f68d38a66",
3+
"revision": "57319d2e348d7faea8aecf918471e354c03b354b",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)