Enumerate available Docker tags (#6768)

This commit is contained in:
Zanie Blue 2024-08-28 13:51:23 -05:00 committed by GitHub
parent 38869f85a9
commit 98577b52bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,17 @@ container:
$ docker run ghcr.io/astral-sh/uv --help
```
### Available images
uv builds and publishes the following Docker tags:
- `uv:latest`
- `uv:{major}.{minor}.{patch}`, e.g., `uv:0.4.0`
- `uv:{major}.{minor}`, e.g., `uv:0.4` (the latest patch version)
For more details, see the [GitHub Container](https://github.com/astral-sh/uv/pkgs/container/uv)
page.
### Installing uv
uv can be installed by copying from the official Docker image: