Disable DockerHub publish for extended images in 0.8.12 (#15365)

This commit is contained in:
Zanie Blue 2025-08-18 18:21:39 -05:00 committed by GitHub
parent 5b088e9430
commit f77d78a8ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -282,7 +282,8 @@ jobs:
with:
images: |
${{ env.UV_GHCR_IMAGE }}
${{ env.UV_DOCKERHUB_IMAGE }}
# We are temporarily not publishing the extra images to DockerHub
# ${{ env.UV_DOCKERHUB_IMAGE }}
flavor: |
latest=false
tags: |

View File

@ -17,6 +17,8 @@ See the [python-build-standalone release notes](https://github.com/astral-sh/pyt
- Add an `aarch64-pc-windows-msvc` target for `python-platform` ([#15347](https://github.com/astral-sh/uv/pull/15347))
- Add fallback parent process detection to `uv tool update-shell` ([#15356](https://github.com/astral-sh/uv/pull/15356))
- Install non-build-isolation packages in a second phase ([#15306](https://github.com/astral-sh/uv/pull/15306))
- Add hint when virtual environments are included in source distributions ([#15202](https://github.com/astral-sh/uv/pull/15202))
- Add Docker images derived from `buildpack-deps:trixie`, `debian:trixie-slim`, `alpine:3.22` ([#15351](https://github.com/astral-sh/uv/pull/15351))
### Bug fixes