You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sb...@apache.org on 2017/10/30 19:09:59 UTC

[geode] 01/02: Add instructions for pushing "latest" docker image

This is an automated email from the ASF dual-hosted git repository.

sbawaskar pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 147552e6e33e1451c6d4dc4c5df5030044e7c62e
Author: Swapnil Bawaskar <sb...@apache.org>
AuthorDate: Tue Oct 31 00:36:31 2017 +0530

    Add instructions for pushing "latest" docker image
---
 docker/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/README.md b/docker/README.md
index b8bb903..a02f97a 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -9,7 +9,8 @@ docker build .
 If you're updating the image for a release, tag the build with the version:
 
 ```
-docker build -t apachegeode/geode:1.0.0-incubating .
+docker build -t apachegeode/geode:{version} .
+docker build -t apachegeode/geode:latest .
 ```
 
 Once it's tagged, push to DockerHub:

-- 
To stop receiving notification emails like this one, please contact
"commits@geode.apache.org" <co...@geode.apache.org>.