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

Commit fd09e0e

Browse files
author
Leo Gallucci
committed
Updated v2.45.0-oracle1 sha256:e7698b35ca2bbf51...
1 parent bbb8ed2 commit fd09e0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
+ Firefox: 38.0
1111
+ Java: 1.8.0_45 HotSpot(TM) 1.8.0_45-b14
1212
+ Timezone: Europe/Berlin
13-
+ Digest: sha256:TBD
13+
+ Digest: sha256:e7698b35ca2bbf51caed32ffbc26d1a653ba4a4d26adbbbaab98fb5d02f92fbf
1414
+ Image ID: fcaf12794d4311ae5c511cbc5ebc500ff01782b4eac18fe28f994557ebb401fe
1515

1616
## v2.45.0-ssh4 (2015-06-04)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ That's is useful for tunneling else you can stick with `docker exec` to get into
4848
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:
4949

5050
# e.g. sha256 for tag v2.45.0-oracle1
51-
export SHA=TBD
51+
export SHA=e7698b35ca2bbf51caed32ffbc26d1a653ba4a4d26adbbbaab98fb5d02f92fbf
5252
docker pull elgalu/selenium@sha256:${SHA}
5353

5454
### Option 2 - Check the Full Image Id

0 commit comments

Comments
 (0)