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

Commit

Permalink
2.51.0a: Update image id and digest
Browse files Browse the repository at this point in the history
  • Loading branch information
elgalu committed Feb 9, 2016
1 parent 8c1ddf7 commit 3179cc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Note image ids also change after scm-source.json has being updated which trigger
+ Python: 2.7.11
+ Sauce Connect 4.3.13, build 1877 d9e5947
+ BrowserStack Local version 4.7
+ Image ID: TBD
+ Digest: sha256:TBD
+ Image ID: sha256:fe3401222d9f85cabae6c2e16b918d85f1887b213142c0953b3294e800cfd7f3
+ Digest: sha256:5df788eb6487b4f3b34fc4289b9838bccadd2d117e1f03659b6969f7d6adcc2a

## 2.50.1b (2016-02-04)
+ Upgrade Chrome to 48.0.2564.103 and log chores
Expand Down
7 changes: 2 additions & 5 deletions READMELeo.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ Chrome artifact
wget -nv --show-progress -O binaries/google-chrome-stable_${VER}_amd64.deb "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
#old: docker cp grid:/home/application/chrome-deb/. binaries/

Commit, rebuild, test and grab image Id

docker inspect -f='{{.Id}}' elgalu/selenium:2.51.0a | xclip -sel clip

## Push

docker push elgalu/selenium:2.51.0a ;echo $?;beep
# grab digest and update CHANGELOG.md
docker inspect -f='{{.Id}}' elgalu/selenium:2.51.0a | xclip -sel clip
# also grab digest and update CHANGELOG.md
git add CHANGELOG.md && gci "2.51.0a: Update image id and digest"
docker tag -f elgalu/selenium:2.51.0a elgalu/selenium:latest
docker push elgalu/selenium:latest
Expand Down

0 comments on commit 3179cc1

Please sign in to comment.