Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix][build] Use amazoncorretto:21-alpine3.20 JDK build for Alpine 3.20 #23898

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Jan 27, 2025

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

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@lhotari lhotari added this to the 4.1.0 milestone Jan 27, 2025
@lhotari lhotari self-assigned this Jan 27, 2025
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Jan 27, 2025
@lhotari lhotari merged commit 6afd414 into apache:master Jan 27, 2025
53 of 55 checks passed
lhotari added a commit that referenced this pull request Jan 27, 2025
lhotari added a commit that referenced this pull request Jan 27, 2025
hanmz pushed a commit to hanmz/pulsar that referenced this pull request Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants