You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2017/09/21 14:17:22 UTC

[geode] branch develop updated: Update dockerfile for 1.2.1

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 2f6cf58  Update dockerfile for 1.2.1
2f6cf58 is described below

commit 2f6cf58770a3cebf2a2550225d77d597e5d8820e
Author: Anthony Baker <ab...@apache.org>
AuthorDate: Thu Sep 21 07:17:01 2017 -0700

    Update dockerfile for 1.2.1
---
 docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index e55abdf..1917a61 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -18,12 +18,12 @@ FROM centos:7
 MAINTAINER Apache Geode Community <de...@geode.apache.org>
 
 LABEL Vendor="Apache Geode"
-LABEL version=1.2.0
+LABEL version=1.2.1
 
 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.2.0 \
+	&& git checkout rel/v1.2.1 \
 	&& ./gradlew build -Dskip.tests=true -xjavadoc \
 	&& ls /incubator-geode | grep -v geode-assembly | xargs rm -rf \
 	&& rm -rf /root/.gradle/ \

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