Fix windows template to handle rc tags#554
Merged
tianon merged 3 commits intodocker-library:masterfrom Feb 12, 2026
Merged
Conversation
yosifkit
commented
Feb 12, 2026
shared.jq
Outdated
Comment on lines
6
to
10
| | if test("^[0-9.]+$") then | ||
| . + "-rc" | ||
| else . end | ||
| | if contains("-ea") or contains("-rc") then . else | ||
| error("invalid version; too GA: \(.) (\($ver))") |
Member
Author
There was a problem hiding this comment.
I just tried to test this with ./update.sh 25 and ./generate-stackbrew-library.sh 25 and it didn't fail, so I think it needs a small adjustment. 😖
tianon
approved these changes
Feb 12, 2026
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Feb 12, 2026
Changes: - docker-library/openjdk@5b84a21: Merge pull request docker-library/openjdk#554 from infosiftr/rc-tags - docker-library/openjdk@4b6d02b: Early access and RC builds don't have a dotted version - docker-library/openjdk@4ee1b3b: Update 26 to 26-rc; update 27 to 27+ea8 - docker-library/openjdk@a765ee5: Fix windows template to handle rc tags
yosifkit
pushed a commit
to docker-library/official-images
that referenced
this pull request
Feb 12, 2026
Changes: - docker-library/openjdk@5b84a21: Merge pull request docker-library/openjdk#554 from infosiftr/rc-tags - docker-library/openjdk@4b6d02b: Early access and RC builds don't have a dotted version - docker-library/openjdk@4ee1b3b: Update 26 to 26-rc; update 27 to 27+ea8 - docker-library/openjdk@a765ee5: Fix windows template to handle rc tags 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.
Also include a version bump that was failing because of the template trying to reference non-existent tags: