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

lhotari pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 0ec3d731af1 [fix][build] Use amazoncorretto:21-alpine3.20 JDK build 
for Alpine 3.20 (#23898)
0ec3d731af1 is described below

commit 0ec3d731af101a957a5d0461c381759221196c8b
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Jan 27 11:07:51 2025 +0200

    [fix][build] Use amazoncorretto:21-alpine3.20 JDK build for Alpine 3.20 
(#23898)
    
    (cherry picked from commit 6afd414a29cb7472fec23c2993c0429a057678a2)
---
 docker/pulsar/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/pulsar/Dockerfile b/docker/pulsar/Dockerfile
index 63fadb62e64..121982e4428 100644
--- a/docker/pulsar/Dockerfile
+++ b/docker/pulsar/Dockerfile
@@ -55,7 +55,7 @@ RUN chmod -R o+rx /pulsar
 RUN echo 'OPTS="$OPTS -Dorg.xerial.snappy.use.systemlib=true"' >> 
/pulsar/conf/bkenv.sh
 
 ###  Create one stage to include JVM distribution
-FROM amazoncorretto:${IMAGE_JDK_MAJOR_VERSION}-alpine AS jvm
+FROM amazoncorretto:${IMAGE_JDK_MAJOR_VERSION}-alpine${ALPINE_VERSION} AS jvm
 
 RUN apk add --no-cache binutils
 

Reply via email to