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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ Note sha256 digests are generated after pushing the image to the registry theref
4
4
5
5
Note image ids also change after scm-source.json has being updated which triggers a cyclic problem so value TBD will be set here and updated in the [release][] page by navigating into any release tag.
6
6
7
+
## v2.46.0-ff39 (2015-07-08)
8
+
+ Upgrade Firefox from 38.0.5 to 39.0 and Chrome patch level from 130 to 132 (Leo Gallucci)
9
+
+ Minor improvement to mozdownload and mozInstall for Firefox download
@@ -27,7 +27,7 @@ If your setup is correct, privileged mode and sudo should not be necessary:
27
27
-e SCREEN_WIDTH=1920 -e SCREEN_HEIGHT=1080 \
28
28
-e VNC_PASSWORD=hola -e WITH_GUACAMOLE=false \
29
29
-e SSH_PUB_KEY="$(cat ~/.ssh/id_rsa.pub)" \
30
-
elgalu/selenium:v2.46.0-x11
30
+
elgalu/selenium:v2.46.0-ff39
31
31
32
32
Make sure `docker run` finishes with **start.sh all done and ready for testing** else you won't be able to start your tests.
33
33
Selenium should be up and running at http://localhost:4470/wd/hub open the web page to confirm is running.
@@ -49,7 +49,7 @@ That's is useful for tunneling else you can stick with `docker exec` to get into
49
49
50
50
## Security
51
51
52
-
Starting version [v2.46.0-x11][] the file [scm-source.json](./scm-source.json) is included at the root directory of the generated image with information that helps to comply with auditing requirements to trace the creation of this docker image.
52
+
Starting version [v2.46.0-ff39][] the file [scm-source.json](./scm-source.json) is included at the root directory of the generated image with information that helps to comply with auditing requirements to trace the creation of this docker image.
53
53
54
54
Note [scm-source.json](./scm-source.json) file will always be 1 commit outdated in the repo but will be correct inside the container.
55
55
@@ -67,17 +67,17 @@ There are also additional steps you can take to ensure you're using the correct
67
67
### Option 1 - Use immutable image digests
68
68
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:
@@ -203,7 +203,7 @@ If you git clone this repo locally, i.e. cd into where the Dockerfile is, you ca
203
203
204
204
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:
205
205
206
-
docker pull elgalu/selenium:v2.46.0-x11
206
+
docker pull elgalu/selenium:v2.46.0-ff39
207
207
208
208
#### 2. Use this image
209
209
@@ -253,6 +253,10 @@ This command line is the same as for Chrome, remember that the selenium running
253
253
elgalu/docker-selenium local eab41ff50f72 About an hour ago 931.1 MB
0 commit comments