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

Commit d0bbe80

Browse files
committed
README chores and minor typos
1 parent 9c2c25b commit d0bbe80

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Note image ids also change after scm-source.json has being updated which trigger
2121
+ Timezone: Europe/Berlin
2222
+ Built with: Docker version 1.9.1, build a34a1d5
2323
+ Tested on kernel host: 4.2.0-32-generic x86_64 GNU/Linux
24-
+ Image size: 2.603 GB
24+
+ Image size: 2.611 GB
2525
+ FROM ubuntu:xenial-20160303.1
2626
+ Python: 2.7.11+
2727
+ Sauce Connect 4.3.13, build 1877 d9e5947

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ However this may not work for you and simply want to share the same DNS name res
380380
381381
So `--pid=host` is included to avoid https://github.com/docker/docker/issues/5899 `sudo: unable to send audit message: Operation not permitted`
382382
383-
### Who is using docker-selenium?
383+
### Who
384+
Who is using docker-selenium?
384385
385386
* [Shoov](http://www.gizra.com/content/phantomjs-chrome-docker-selenium-standalone/)
386387
* [smaato](http://blog.smaato.com/automated-end-to-end-testing-with-protractor-docker-jenkins)

READMELeo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Wait and id
1010

1111
Chrome artifact
1212

13-
VER="49.0.2623.75"
13+
VER="49.0.2623.87"
1414
wget -nv --show-progress -O binaries/google-chrome-stable_${VER}_amd64.deb "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
1515
#old: docker cp grid:/home/application/chrome-deb/. binaries/
1616

@@ -20,7 +20,7 @@ Chrome artifact
2020
docker inspect -f='{{.Id}}' elgalu/selenium:2.52.0g | xclip -sel clip
2121
# also grab digest and update CHANGELOG.md
2222
git add CHANGELOG.md && gci "2.52.0g: Update image id and digest"
23-
docker tag elgalu/selenium:2.52.0g elgalu/selenium:latest
23+
docker tag -f elgalu/selenium:2.52.0g elgalu/selenium:latest
2424
docker push elgalu/selenium:latest && git tag 2.52.0g && git tag -f latest && git push && git push --tags -f
2525

2626
Location of binaries, e.g.

0 commit comments

Comments
 (0)