You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by di...@apache.org on 2021/07/29 19:46:22 UTC

[geode] branch support/1.13 updated: update Dockerfile to apache-geode 1.13.4

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

dixie pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new db342be  update Dockerfile to apache-geode 1.13.4
db342be is described below

commit db342be7e6cf7c76a5f1f60a4d1a901bd037c7e4
Author: Dick Cavender <di...@apache.org>
AuthorDate: Thu Jul 29 12:45:27 2021 -0700

    update Dockerfile to apache-geode 1.13.4
---
 docker/Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index b91e4da..1cfbd0d 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -26,17 +26,17 @@ RUN apk add --no-cache \
 #       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 DB5476815A475574577D442B468A4800EAFB2498
+ENV GEODE_GPG 4EF7D5CB5C453A02954B0B9A1ACF9902D7D9EFBC
 # 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.13.3
+ENV GEODE_VERSION 1.13.4
 # Binaries TGZ SHA-256
 # https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 c725d01336b94e4c47a921825aa1616872754def202ee1c72074156c3a3848d1
+ENV GEODE_SHA256 2a3eea3a45444a2e5082e0e79411cd8e76dac59fd7ac88e8165225f5569ee4df
 
 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
 
@@ -64,7 +64,7 @@ RUN set -eux; \
 	[ -s "apache-geode-$GEODE_VERSION.tgz.asc" ]; \
 	echo "$GEODE_SHA256 *apache-geode-$GEODE_VERSION.tgz" | sha256sum -c -; \
 	export GNUPGHOME="$(mktemp -d)"; \
-	gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GEODE_GPG"; \
+	gpg --keyserver keyserver.ubuntu.com --recv-keys "$GEODE_GPG"; \
 	gpg --batch --verify "apache-geode-$GEODE_VERSION.tgz.asc" "apache-geode-$GEODE_VERSION.tgz"; \
 	rm -rf "$GNUPGHOME"; \
 	mkdir /geode; \