Skip to content

hack/gen-ver: TAGPREFIX to customize tag format - #292

Merged
crazy-max merged 1 commit into
docker:mainfrom
vvoland:fix-version
Oct 9, 2025
Merged

hack/gen-ver: TAGPREFIX to customize tag format#292
crazy-max merged 1 commit into
docker:mainfrom
vvoland:fix-version

Conversation

@vvoland

Copy link
Copy Markdown
Collaborator

Fix handling non-standard version tags like:

  • cmd/cli/v0.1.44
  • docker-v29.0.0

@vvolandvvoland self-assigned this Oct 8, 2025
@vvoland
vvoland requested review from a team as code ownersOctober 8, 2025 15:16
@vvoland
vvoland requested a review from crazy-maxOctober 8, 2025 15:17
Comment threadpkg/model/scripts/pkg-deb-build.sh
Fix handling non-standard version tags like:
- cmd/cli/v0.1.44
- docker-v29.0.0
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@crazy-max
crazy-max merged commit c6ebbab into docker:mainOct 9, 2025
423 checks passed
Comment threadpkg/model/Dockerfile
ARG GO_VERSION=1.24.8
ARG GO_IMAGE_VARIANT="bookworm"

ARG TAGPREFIX="cmd/cli/"

@crazy-maxcrazy-maxOct 9, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@vvoland Should we also set TAGPREFIX in docker-engine Dockerfile as well to make it future proof?

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vvoland@crazy-max