docs(issues): add specification for issue 1029 - #2110
Merged
josecelano merged 6 commits intoAug 28, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a repository-backed issue specification for #1029 to document and plan the fix for duplicate Docker image tags caused by v-prefixed release versions, clarifying stable vs prerelease tagging (including latest) while preserving historical tags.
Changes:
- Introduces a new issue spec describing the current tag duplication root cause in
.github/workflows/container.yamlmetadata rules. - Defines scope, implementation plan, acceptance criteria, and verification steps for removing
v-prefixed release tags while keeping stable/prerelease behavior clear.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
josecelano
added a commit
to josecelano/torrust-tracker
that referenced
this pull request
Aug 28, 2026
josecelano
added a commit
to josecelano/torrust-tracker
that referenced
this pull request
Aug 28, 2026
josecelano
force-pushed
the
1029-do-not-publish-docker-tags-with-v-prefix
branch
from
August 28, 2026 13:40
fad693d to
a4dc2b4
Compare
Member
Author
|
ACK a4dc2b4 |
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.
Summary
Scope
Validation
Related to #1029