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 <[email protected]> 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 "[email protected]" <[email protected]>.
