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

Commit 822ae68

Browse files
author
Leo Gallucci
committed
Bump ./host-scripts/gen-scm-source.sh and update sha256
1 parent 54d775a commit 822ae68

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Note image ids also change after scm-source.json has being updated which trigger
1616
+ Timezone: Europe/Berlin
1717
+ Built with: Docker version 1.7.0, build 0baf609
1818
+ Python: 2.7.9
19-
+ Digest: sha256:TBD
20-
+ Image ID: TBD
19+
+ Digest: sha256:311e42f1253868dd10208e4153b2a9419dadf8e6ce4ef31cbf200604ac9e22b8
20+
+ Image ID: 9a8d735a5e1ed22728426fb5cdd696215f382c74487f9616cfa3b67f31e735dc
2121

2222
## v2.46.0-x11 (2015-06-24)
2323
+ Ability to pass extra params to the selenium server via SELENIUM_PARAMS (Rogov Viktor)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ There are also additional steps you can take to ensure you're using the correct
6868
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:
6969

7070
# e.g. sha256 for tag v2.46.0-ff39
71-
export SHA=TBD
71+
export SHA=311e42f1253868dd10208e4153b2a9419dadf8e6ce4ef31cbf200604ac9e22b8
7272
docker pull elgalu/selenium@sha256:${SHA}
7373

7474
### Option 2 - Check the Full Image Id
7575

7676
Verify that image id is indeed correct
7777

7878
# e.g. full image id for tag v2.46.0-ff39
79-
export IMGID=TBD
79+
export IMGID=9a8d735a5e1ed22728426fb5cdd696215f382c74487f9616cfa3b67f31e735dc
8080
if docker inspect -f='{{.Id}}' elgalu/selenium:v2.46.0-ff39 |grep ${IMGID} &> /dev/null; then
8181
echo "Image ID tested ok"
8282
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": "042ad7e2b3d9bee3334fe29c5138ab3948b5ddc0",
3+
"revision": "54d775afdecd8923333b112ba8491a9f70cad306",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)