Update to Alpine 3.24#420
Merged
Merged
Conversation
Drop Alpine 3.22 accordingly Update 6.0 to 6.0.10 Update 6.1 to 6.1.3
yosifkit
commented
Jun 18, 2026
| # 6.1+ needs to compile some extensions on non-amd64-non-arm64 architectures | ||
| "cargo", | ||
| "clang19-dev", # TODO the dep needing libclang.so doesn't seem to care what version, so maybe there's a more generic dep we could use here? | ||
| "clang21-dev", # TODO the dep needing libclang.so doesn't seem to care what version, so maybe there's a more generic dep we could use here? |
Member
Author
There was a problem hiding this comment.
clang19-dev isn't available in Alpine 3.24. clang21 is the greatest common version for Alpine 3.23 and 3.24.
This was referenced Jun 22, 2026
Closed
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Jun 23, 2026
Changes: - docker-library/redmine@4e7d7ad: Fix failing arm32v5 builds (docker-library/redmine#419) - docker-library/redmine@52417b1: Merge pull request docker-library/redmine#420 from infosiftr/alpine - docker-library/redmine@cd64642: Update to Alpine 3.24
tianon
pushed a commit
to docker-library/official-images
that referenced
this pull request
Jun 23, 2026
Changes: - docker-library/redmine@4e7d7ad: Fix failing arm32v5 builds (docker-library/redmine#419) - docker-library/redmine@52417b1: Merge pull request docker-library/redmine#420 from infosiftr/alpine - docker-library/redmine@cd64642: Update to Alpine 3.24 Co-authored-by: Docker Library Bot <doi+docker-library-bot@docker.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drop Alpine 3.22 accordingly
Update 6.0 to 6.0.10
Update 6.1 to 6.1.3
fixes #421