From 98577b52bf00df4b60dd7311f33a6a746757a505 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 28 Aug 2024 13:51:23 -0500 Subject: [PATCH] Enumerate available Docker tags (#6768) --- docs/guides/integration/docker.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/guides/integration/docker.md b/docs/guides/integration/docker.md index 9ab73526a5f4..f006be1cce70 100644 --- a/docs/guides/integration/docker.md +++ b/docs/guides/integration/docker.md @@ -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: