Skip to content

Conversation

vvoland
Copy link
Contributor

@vvoland vvoland commented Jun 24, 2025

Adding image tags that follow the semver major and minor versions (e.g., 28 and 28.3) for the moby-bin images.

This makes it easier for users to reference the latest build within a major or minor version series without having to know the exact minor/patch version.

Adding image tags that follow the semver major and minor versions (e.g., `28`
and `28.3`) for the moby-bin images.

This makes it easier for users to reference the latest build within a
major or minor version series without having to know the exact
minor/patch version.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland vvoland added this to the 29.0.0 milestone Jun 24, 2025
@thaJeztah
Copy link
Member

As a follow-up (?) we should also update the comment;

### versioning strategy
## push semver tag v23.0.0
# moby/moby-bin:23.0.0
# moby/moby-bin:latest
## push semver prerelease tag v23.0.0-beta.1
# moby/moby-bin:23.0.0-beta.1
## push on master
# moby/moby-bin:master
## push on 23.0 branch
# moby/moby-bin:23.0
tags: |
type=semver,pattern={{version}}

Let me know if you want to do that as part of this PR or in a follow-up.

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM, but see my comment

@vvoland
Copy link
Contributor Author

vvoland commented Jun 25, 2025

Let me handle in a follow up to a master branch (and skip for the cherry pick).

@thaJeztah thaJeztah merged commit 85aa504 into moby:master Jun 25, 2025
166 checks passed
Sign up for free to 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.

3 participants