Skip to content

Commit

Permalink
Docker release v0.5.3 (uber#1488)
Browse files Browse the repository at this point in the history
* Update docker readme

* Update docker to 0.5.3
  • Loading branch information
vancexu authored Feb 25, 2019
1 parent 7d1ad39 commit 0ead74a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ docker run -e CASSANDRA_CONSISTENCY=Quorum \ -- Default cassandra con
```
Update docker-compose.yml when releasing new version
=========================
0. Creat new version tag in the repo
0. Create new version tag in the repo
1. Build the new docker image and push into docker hub
```bash
docker build . -t ubercadence/server:THE.LATEST.VERSION --build-arg git_branch=vTHE.LATEST.VERSION
docker login
docker push ubercadence/server:THE.LATEST.VERSION
```
2. Remember to update the docker-compose.yml to use latest version and check in to master
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- "8125:8125"
- "8126:8126"
cadence:
image: ubercadence/server:0.5.2
image: ubercadence/server:0.5.3
ports:
- "7933:7933"
- "7934:7934"
Expand Down

0 comments on commit 0ead74a

Please sign in to comment.