This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Note image ids also change after scm-source.json has being updated which trigger
2323 + Python: 2.7.11
2424 + Sauce Connect 4.3.13, build 1877 d9e5947
2525 + BrowserStack Local version 4.2
26- + Image ID: TBD
27- + Digest: sha256: TBD
26+ + Image ID: 0c4cd2c838997b5d97bc2d0e859a799560c09b3efe6e0057df4384a440293b18
27+ + Digest: sha256:8ea9f381839880a46524318b8fb97fc677bfc095c81efc79f85c47d0e7ee28a3
2828
2929## 2.48.2g (2015-12-19)
3030 + Upgrade Firefox to 43.0.1
Original file line number Diff line number Diff line change @@ -16,18 +16,20 @@ Location, e.g.
1616
1717 /home/user/oss/docker/binaries
1818
19- ## Push setup
20-
21- docker login
22- cp ~/.docker/config.json ~/.docker/config.pub.json
23-
2419## Push
2520
2621 rm -f ~/.docker/config.json && cp ~/.docker/config.pub.json ~/.docker/config.json
2722 docker push elgalu/selenium:2.48.2h ;echo $?;beep
2823 docker tag -f elgalu/selenium:2.48.2h elgalu/selenium:latest
2924 docker push elgalu/selenium:latest
3025
26+ Push setup, first time only:
27+
28+ docker login
29+ cp ~/.docker/config.json ~/.docker/config.pub.json
30+
31+ ## Build hub
32+
3133Build a grid with extra nodes
3234
3335 docker run --rm --name=grid -p 4444:24444 -p 5920:25900 -v /dev/shm:/dev/shm -e VNC_PASSWORD=hola elgalu/selenium:2.48.2h
You can’t perform that action at this time.
0 commit comments