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

Commit a821983

Browse files
committed
2.48.2b: Update image id and digest
1 parent d8d4622 commit a821983

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ How to get container versions
1111
google-chrome-stable --version && echo "\n"
1212
sc | grep build && BrowserStackLocal -version
1313

14-
## 2.48.2b (2015-10-TBD)
14+
## 2.48.2b (2015-11-04)
1515
+ Upgrade to Chrome to 46.0.2490.80
1616
+ Upgrade to Firefox to 42.0 and fix mozilla.org => firefox ftp links
1717
+ Upgrade to ubuntu:wily-20151019
@@ -27,8 +27,8 @@ How to get container versions
2727
+ Python: 2.7.10
2828
+ Sauce Connect 4.3.11, build 1757 2b421bb
2929
+ BrowserStack Local version 4
30-
+ Image ID: TBD
31-
+ Digest: sha256:TBD
30+
+ Image ID: 4e3f3d0129a13bef199e336493bc1edaf321a4d388acac3abbc33600f70471d6
31+
+ Digest: sha256:156b394b944203b95d7d813e1f82022c8cf7714da3c8196fd6833033e10ac13f
3232

3333
## 2.48.2a (2015-10-20)
3434
+ Upgrade to Selenium 2.48.2

README.md

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

211211
# e.g. full image id for tag 2.48.2b
212-
export IMGID=TBD
212+
export IMGID=4e3f3d0129a13bef199e336493bc1edaf321a4d388acac3abbc33600f70471d6
213213
if docker inspect -f='{{.Id}}' elgalu/selenium:2.48.2b |grep ${IMGID} &> /dev/null; then
214214
echo "Image ID tested ok"
215215
else
@@ -221,7 +221,7 @@ You can simply verify that image id is indeed the correct one.
221221
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:
222222

223223
# e.g. sha256 for tag 2.48.2b
224-
export SHA=TBD
224+
export SHA=156b394b944203b95d7d813e1f82022c8cf7714da3c8196fd6833033e10ac13f
225225
docker pull elgalu/selenium@sha256:${SHA}
226226

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

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": "0ef85940e84cbd656e3e0b81ba551245686a9de5",
3+
"revision": "d8d4622c03f3aeb283b694003727ae37ac415e2a",
44
"author": "lgallucci",
55
"status": ""
66
}

0 commit comments

Comments
 (0)