You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
If the VNC password was randomly generated find out with
158
158
@@ -223,9 +223,9 @@ There are also additional steps you can take to ensure you're using the correct
223
223
224
224
You can simply verify that image id is indeed the correct one.
225
225
226
-
# e.g. full image id for tag 2.53.0g
226
+
# e.g. full image id for tag 2.53.0h
227
227
export IMGID="<<Please see CHANGELOG.md>>"
228
-
if docker inspect -f='{{.Id}}' elgalu/selenium:2.53.0g |grep ${IMGID} &> /dev/null; then
228
+
if docker inspect -f='{{.Id}}' elgalu/selenium:2.53.0h |grep ${IMGID} &> /dev/null; then
229
229
echo "Image ID tested ok"
230
230
else
231
231
echo "Image ID doesn't match"
@@ -235,7 +235,7 @@ You can simply verify that image id is indeed the correct one.
235
235
236
236
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:
@@ -370,7 +370,7 @@ If you git clone this repo locally, i.e. cd into where the Dockerfile is, you ca
370
370
371
371
If you prefer to download the final built image from docker you can pull it, personally I always prefer to build them manually except for the base images like Ubuntu 14.04.2:
0 commit comments