You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/06/30 22:16:04 UTC

[geode] branch support/1.12 updated: update Dockerfile to apache-geode 1.12.3

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

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


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

commit af3ca28a0a619d315ffc1e6fe294ae25d0747024
Author: Owen Nichols <on...@apache.org>
AuthorDate: Wed Jun 30 15:15:13 2021 -0700

    update Dockerfile to apache-geode 1.12.3
---
 docker/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index feb3d45..e747bfe 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -33,10 +33,10 @@ ENV GEODE_HOME /geode
 ENV PATH $PATH:$GEODE_HOME/bin
 
 # https://geode.apache.org/releases/
-ENV GEODE_VERSION 1.12.2
+ENV GEODE_VERSION 1.12.3
 # Binaries TGZ SHA-256
 # https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 89e09286eee965e18d2e1e967098bb05b5970c13e95f8fdd73c1c7f3136d8fce
+ENV GEODE_SHA256 c8a59fa33a505f4dead5e687234cbaf91a19865ccd59f087da08042c8195302d
 
 # 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; \