docker/generate_tags.py: add jh release suffix - #35
Open
adeepn wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for JetHome release tags in the Docker tag generation script by updating the regular expression pattern to recognize a new "jh" suffix format.
- Updates the regex pattern to include an optional "jh" suffix for JetHome releases
- Maintains backward compatibility with existing tag formats (beta and dev)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
zkoalexey
force-pushed
the
dev-jethub
branch
2 times, most recently
from
November 27, 2025 15:34
fee31a7 to
aad7f5f
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Viacheslav Bocharov <adeep@lexina.in>
zkoalexey
force-pushed
the
fix_docker_generatetags
branch
from
January 28, 2026 11:11
a8f159f to
95342d8
Compare
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.
update docker/generate_tags.py for JetHome release tags
Note
Adds support for JetHome release suffixes in Docker tag parsing.
docker/generate_tags.pyto accept tags like2023.12.0jh1(pattern now allows optionaljh\d*), while preserving existingbetaanddevdetectionWritten by Cursor Bugbot for commit 95342d8. This will update automatically on new commits. Configure here.