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

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


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

commit a2c1c379523afbbb1e3feb100735242faecd626f
Author: Naburun Nag <[email protected]>
AuthorDate: Thu Sep 2 18:15:24 2021 -0700

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

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 8cbd4df..9edbe53 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 <[email protected]>
 # sub   4096R/3871E6AD 2018-04-12 [expires: 2022-04-12]
-ENV GEODE_GPG DB5476815A475574577D442B468A4800EAFB2498
+ENV GEODE_GPG 97CA988514FC83D049A36F5CC7562171D6E44923
 # 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.9.0
+ENV GEODE_VERSION 1.14.0
 # Binaries TGZ SHA-256
 # 
https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 
8794808ebc89bc855f0b989b32e91e890d446cfd058e123f6ccb9e12597c1c4f
+ENV GEODE_SHA256 
d8a72225caf63889e41f8909cffc9303fb288515387f216d3207bc6d5457b947
 
 # 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; \

Reply via email to