Skip to content

Commit

Permalink
[fix][build] Use amazoncorretto:21-alpine3.20 JDK build for Alpine 3.…
Browse files Browse the repository at this point in the history
…20 (apache#23898)
  • Loading branch information
lhotari authored Jan 27, 2025
1 parent 11a615e commit 6afd414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6afd414

Please sign in to comment.