Skip to content

docker/generate_tags.py: add jh release suffix - #35

Open
adeepn wants to merge 2 commits into
dev-jethubfrom
fix_docker_generatetags
Open

docker/generate_tags.py: add jh release suffix#35
adeepn wants to merge 2 commits into
dev-jethubfrom
fix_docker_generatetags

Conversation

@adeepn

@adeepn adeepn commented Sep 22, 2025

Copy link
Copy Markdown
Member

update docker/generate_tags.py for JetHome release tags


Note

Adds support for JetHome release suffixes in Docker tag parsing.

  • Updates regex in docker/generate_tags.py to accept tags like 2023.12.0jh1 (pattern now allows optional jh\d*), while preserving existing beta and dev detection

Written by Cursor Bugbot for commit 95342d8. This will update automatically on new commits. Configure here.

Copilot AI review requested due to automatic review settings September 22, 2025 15:22

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docker/generate_tags.py Outdated
Comment thread docker/generate_tags.py Outdated
@adeepn
adeepn requested a review from Copilot September 24, 2025 15:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
zkoalexey force-pushed the dev-jethub branch 2 times, most recently from fee31a7 to aad7f5f Compare November 27, 2025 15:34
adeepn and others added 2 commits January 28, 2026 14:11
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Viacheslav Bocharov <adeep@lexina.in>
@zkoalexey
zkoalexey force-pushed the fix_docker_generatetags branch from a8f159f to 95342d8 Compare January 28, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants