Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add semver-compatible docker tag prefixes #6678

Closed
konstin opened this issue Aug 27, 2024 · 1 comment · Fixed by #6734
Closed

Add semver-compatible docker tag prefixes #6678

konstin opened this issue Aug 27, 2024 · 1 comment · Fixed by #6734
Labels
enhancement New feature or improvement to existing functionality releases Related to building and distributing release artifacts of uv

Comments

@konstin
Copy link
Member

konstin commented Aug 27, 2024

Currently, we only tag latest and specific versions in ghcr.io/astral-sh/uv. We should also tag and update e.g. 0.3, so you can do COPY --from=ghcr.io/astral-sh/uv:0.3 /uv /bin/uv and also get the latest compatible 0.3 release.

@konstin konstin added enhancement New feature or improvement to existing functionality releases Related to building and distributing release artifacts of uv labels Aug 27, 2024
zanieb pushed a commit that referenced this issue Aug 28, 2024
## Summary

Closes #6678

This change would publish an additional tag that includes only
`major.minor`.

For a release with x.y.z, this would publish the tags:
* `ghcr.io/astral-sh/uv:latest`
* `ghcr.io/astral-sh/uv:x.y.z`
* `ghcr.io/astral-sh/uv:x.y`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality releases Related to building and distributing release artifacts of uv
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants