This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 81f3f7df6a2 [fix][build] Use amazoncorretto:21-alpine3.20 JDK build
for Alpine 3.20 (#23898)
81f3f7df6a2 is described below
commit 81f3f7df6a20753099b77210723a69937a51e1e8
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 0d513a2de27..e51bb91d7e1 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