Update docker for 1.2.0

Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a1ee957b
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a1ee957b
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/a1ee957b

Branch: refs/heads/feature/GEM-1483
Commit: a1ee957b34c80a2f5e55021103a8119fd5cb123d
Parents: 15a3b5a
Author: Anthony Baker <aba...@apache.org>
Authored: Sun Jul 16 07:50:32 2017 -0700
Committer: Anthony Baker <aba...@apache.org>
Committed: Sun Jul 16 07:50:32 2017 -0700

----------------------------------------------------------------------
 docker/Dockerfile | 4 ++--
 docker/README.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/a1ee957b/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/Dockerfile b/docker/Dockerfile
index f5906d9..e55abdf 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -18,12 +18,12 @@ FROM centos:7
 MAINTAINER Apache Geode Community <d...@geode.apache.org>
 
 LABEL Vendor="Apache Geode"
-LABEL version=1.1.1
+LABEL version=1.2.0
 
 RUN    yum install -y wget which tar git java-1.8.0-openjdk-devel \
        && git clone https://github.com/apache/incubator-geode.git \
        && cd incubator-geode \
-       && git checkout rel/v1.1.1 \
+       && git checkout rel/v1.2.0 \
        && ./gradlew build -Dskip.tests=true -xjavadoc \
        && ls /incubator-geode | grep -v geode-assembly | xargs rm -rf \
        && rm -rf /root/.gradle/ \

http://git-wip-us.apache.org/repos/asf/geode/blob/a1ee957b/docker/README.md
----------------------------------------------------------------------
diff --git a/docker/README.md b/docker/README.md
index 720f646..b8bb903 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -26,7 +26,7 @@ docker push apachegeode/geode:1.0.0-incubating
 1. Execute the following command to run the container and start `gfsh`:
 
 ```
-docker run -it -p 10334:10334 -p 7575:7575 -p 1099:1099  
apache/geode:1.0.0-incubating
+docker run -it -p 10334:10334 -p 7575:7575 -p 1099:1099  
apachegeode/geode:1.0.0-incubating
 ```
 
 From this point you can pretty much follow [Apache Geode in 5 
minutes](https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutes)
 for example:

Reply via email to