Skip to content

Commit

Permalink
Update docker for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metatype committed Jul 16, 2017
1 parent 15a3b5a commit a1ee957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ FROM centos:7
MAINTAINER Apache Geode Community <[email protected]>

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/ \
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a1ee957

Please sign in to comment.