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
164
164
@@ -231,9 +231,9 @@ There are also additional steps you can take to ensure you're using the correct
231
231
232
232
You can simply verify that image id is indeed the correct one.
233
233
234
-
# e.g. full image id for tag 2.53.0k
234
+
# e.g. full image id for tag 2.53.0l
235
235
export IMGID="<<Please see CHANGELOG.md>>"
236
-
if docker inspect -f='{{.Id}}' elgalu/selenium:2.53.0k |grep ${IMGID} &> /dev/null; then
236
+
if docker inspect -f='{{.Id}}' elgalu/selenium:2.53.0l |grep ${IMGID} &> /dev/null; then
237
237
echo "Image ID tested ok"
238
238
else
239
239
echo "Image ID doesn't match"
@@ -243,7 +243,7 @@ You can simply verify that image id is indeed the correct one.
243
243
244
244
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:
@@ -378,7 +378,7 @@ If you git clone this repo locally, i.e. cd into where the Dockerfile is, you ca
378
378
379
379
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