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

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


The following commit(s) were added to refs/heads/support/2.0 by this push:
     new 1060e5bc8d GEODE-10467: update Dockerfile to apache-geode 2.0.0
1060e5bc8d is described below

commit 1060e5bc8deb4e23c89e7ad68b4b7ecda8a50f33
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Thu Dec 18 05:17:48 2025 -0500

    GEODE-10467: update Dockerfile to apache-geode 2.0.0
    
    The Dockerfile is updated _after_ the release is already tagged,
    because it needs to embed the sha256 of the release
---
 docker/Dockerfile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index be0a201079..60ce2dc01b 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -16,23 +16,22 @@
 
 FROM bellsoft/liberica-openjdk-alpine:17
 
-RUN echo "This is a TEMPLATE, DO NOT build from this Dockerfile.  Instead 
checkout master or any released support/x.y branch." ; exit 1
 
 # runtime dependencies
 RUN apk add --no-cache \
                bash \
                ncurses
 
-ENV GEODE_GPG $$PLACEHOLDER$$
+ENV GEODE_GPG 5C3DA8FBB1052F4DF1DEB1EF62F7DA41B7D8F26C
 
 ENV GEODE_HOME /geode
 ENV PATH $PATH:$GEODE_HOME/bin
 
 # https://geode.apache.org/releases/
-ENV GEODE_VERSION $$PLACEHOLDER$$
+ENV GEODE_VERSION 2.0.0
 # Binaries TGZ SHA-256
 # 
https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 $$PLACEHOLDER$$
+ENV GEODE_SHA256 
 
 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
 

Reply via email to