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

[improve][misc] Set Alpine base image to 3.20 instead of 3.19.1 #22941

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Jun 19, 2024

Motivation

The base image was set to 3.19.1 . It's better to use a top level version so that an updated base image is used for builds.
The version tag wasn't set for intermediate build images and 3.20 was already used. Instead of sticking to 3.19, it's better to migrate to use 3.20 since it's already stable.

Modifications

  • consistently use alpine:3.20 as the base image

Documentation

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

@lhotari lhotari requested a review from merlimat June 19, 2024 08:25
@lhotari lhotari self-assigned this Jun 19, 2024
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Jun 19, 2024
@lhotari
Copy link
Member Author

lhotari commented Jun 19, 2024

Alpine 3.20.1 has been released. The docker image wasn't yet available, but it would get picked up with 3.20 tag.

@merlimat merlimat merged commit 1517e63 into apache:master Jun 21, 2024
47 of 50 checks passed
lhotari added a commit that referenced this pull request Jun 21, 2024
@lhotari lhotari added this to the 4.0.0 milestone Oct 14, 2024
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.

4 participants