lhotari opened a new pull request, #23898: URL: https://github.com/apache/pulsar/pull/23898
### Motivation In the Pulsar Dockerfile, amazoncorretto:21-alpine is used as the JDK. Since Alpine 3.21 has been released, it now contains a JDK built for Alpine 3.21, which might cause compatibility issues. It's better to use the build that matches the Alpine version used in Pulsar. ### Modifications Use the ALPINE_VERSION argument so that amazoncorretto:21-alpine3.20 image is used, matching the ALPINE_VERSION of Pulsar image. ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
