Add semver-compatible docker tag prefixes #6678
Labels
enhancement
New feature or improvement to existing functionality
releases
Related to building and distributing release artifacts of uv
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 doCOPY --from=ghcr.io/astral-sh/uv:0.3 /uv /bin/uv
and also get the latest compatible 0.3 release.The text was updated successfully, but these errors were encountered: