Skip to content

Commit

Permalink
Enumerate available Docker tags (#6768)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Aug 28, 2024
1 parent 38869f8 commit 98577b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/guides/integration/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98577b5

Please sign in to comment.