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 2018/05/02 19:57:31 UTC

[geode] branch develop updated: Update dockerfile for v1.6.0

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 7ae6ee8  Update dockerfile for v1.6.0
7ae6ee8 is described below

commit 7ae6ee800c35e604cca0cd5412ac9e570941047d
Author: Anthony Baker <ab...@apache.org>
AuthorDate: Wed May 2 12:57:05 2018 -0700

    Update dockerfile for v1.6.0
---
 docker/Dockerfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index e283567..004b6d2 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -21,21 +21,21 @@ RUN apk add --no-cache \
 		bash \
 		ncurses
 
-# pub   rsa4096 2016-04-07 [SC] [expires: 2020-04-07]
-#       E1B1 ABE3 4753 E7BA 8097  4285 8F8F 2BCC 18F9 02DB
-# uid           [ unknown] Swapnil Bawaskar <sb...@apache.org>
-# sub   rsa4096 2016-04-07 [E] [expires: 2020-04-07]
-ENV GEODE_GPG E1B1ABE34753E7BA809742858F8F2BCC18F902DB
+# pub   4096R/ABF4396F 2018-04-12 [expires: 2022-04-12]
+#       8763 31B4 5A97 E382 D1BD  FB44 4482 0F9C ABF4 396F
+# uid       [  undef ] Mike Stolz <mi...@apache.org>
+# sub   4096R/3871E6AD 2018-04-12 [expires: 2022-04-12]
+ENV GEODE_GPG 876331B45A97E382D1BDFB4444820F9CABF4396F
 # TODO does this change per-release like other Apache projects? (and thus needs to be a list of full fingerprints from a KEYS file instead?)
 
 ENV GEODE_HOME /geode
 ENV PATH $PATH:$GEODE_HOME/bin
 
 # https://geode.apache.org/releases/
-ENV GEODE_VERSION 1.4.0
+ENV GEODE_VERSION 1.6.0
 # Binaries TGZ SHA-256
 # https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 7f880bed678c44e86e028a0d6e3465cfc8a2979a08c7c708a836425f6e6f6b98
+ENV GEODE_SHA256 79e8d81d058b1c4edd5fb414ff30ac530f7913b978f5abc899c353fcb06e5ef3
 
 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
 

-- 
To stop receiving notification emails like this one, please contact
abaker@apache.org.