Include Docker images with the alpine version, e.g., python3.x-alpine3.23#17100
Merged
Include Docker images with the alpine version, e.g., python3.x-alpine3.23#17100
python3.x-alpine3.23#17100Conversation
samypr100
reviewed
Dec 12, 2025
.github/workflows/build-docker.yml
Outdated
Comment on lines
187
to
193
| - python:3.14-alpine3.23,python3.14-alpine3.23,python3.14-alpine | ||
| - python:3.13-alpine3.23,python3.13-alpine3.23,python3.13-alpine | ||
| - python:3.12-alpine3.23,python3.12-alpine3.23,python3.12-alpine | ||
| - python:3.11-alpine3.23,python3.11-alpine3.23,python3.11-alpine | ||
| - python:3.10-alpine3.23,python3.10-alpine3.23,python3.10-alpine | ||
| - python:3.9-alpine3.23,python3.9-alpine3.23,python3.9-alpine | ||
| - python:3.8-alpine3.23,python3.8-alpine3.23,python3.8-alpine |
Collaborator
There was a problem hiding this comment.
Suggested change
| - python:3.14-alpine3.23,python3.14-alpine3.23,python3.14-alpine | |
| - python:3.13-alpine3.23,python3.13-alpine3.23,python3.13-alpine | |
| - python:3.12-alpine3.23,python3.12-alpine3.23,python3.12-alpine | |
| - python:3.11-alpine3.23,python3.11-alpine3.23,python3.11-alpine | |
| - python:3.10-alpine3.23,python3.10-alpine3.23,python3.10-alpine | |
| - python:3.9-alpine3.23,python3.9-alpine3.23,python3.9-alpine | |
| - python:3.8-alpine3.23,python3.8-alpine3.23,python3.8-alpine | |
| - python:3.14-alpine3.22,python3.14-alpine3.22,python3.14-alpine | |
| - python:3.13-alpine3.22,python3.13-alpine3.22,python3.13-alpine | |
| - python:3.12-alpine3.22,python3.12-alpine3.22,python3.12-alpine | |
| - python:3.11-alpine3.22,python3.11-alpine3.22,python3.11-alpine | |
| - python:3.10-alpine3.22,python3.10-alpine3.22,python3.10-alpine | |
| - python:3.9-alpine3.22,python3.9-alpine3.22,python3.9-alpine | |
| - python:3.8-alpine3.20,python3.8-alpine3.20,python3.8-alpine |
I would match the version we publish under alpine:3.22,alpine3.22,alpine
Collaborator
There was a problem hiding this comment.
Note 3.8 stopped updating after 3.20 and 3.9 will have no further alpine updates (no 3.23)
Member
Author
There was a problem hiding this comment.
This would be breaking though, the upstream image is already 3.23 so that's what it is today
Member
Author
There was a problem hiding this comment.
(We could change 3.9 and 3.8, I didn't notice those were stale upstream now)
Collaborator
There was a problem hiding this comment.
Ah, yes. uv>=0.9.16 published 3.23 as a result where as uv<=0.9.15 has been 3.22.
Member
Author
There was a problem hiding this comment.
I agree we should match versions long-term though
27a9ab0 to
e814c86
Compare
samypr100
approved these changes
Dec 12, 2025
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Dec 18, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [astral-sh/uv](https://github.com/astral-sh/uv) | patch | `0.9.17` -> `0.9.18` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>astral-sh/uv (astral-sh/uv)</summary> ### [`v0.9.18`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0918) [Compare Source](astral-sh/uv@0.9.17...0.9.18) Released on 2025-12-16. ##### Enhancements - Add value hints to command line arguments to improve shell completion accuracy ([#​17080](astral-sh/uv#17080)) - Improve error handling in `uv publish` ([#​17096](astral-sh/uv#17096)) - Improve rendering of multiline error messages ([#​17132](astral-sh/uv#17132)) - Support redirects in `uv publish` ([#​17130](astral-sh/uv#17130)) - Include Docker images with the alpine version, e.g., `python3.x-alpine3.23` ([#​17100](astral-sh/uv#17100)) ##### Configuration - Accept `--torch-backend` in `[tool.uv]` ([#​17116](astral-sh/uv#17116)) ##### Performance - Speed up `uv cache size` ([#​17015](astral-sh/uv#17015)) - Initialize S3 signer once ([#​17092](astral-sh/uv#17092)) ##### Bug fixes - Avoid panics due to reads on failed requests ([#​17098](astral-sh/uv#17098)) - Enforce latest-version in `@latest` requests ([#​17114](astral-sh/uv#17114)) - Explicitly set `EntryType` for file entries in tar ([#​17043](astral-sh/uv#17043)) - Ignore `pyproject.toml` index username in lockfile comparison ([#​16995](astral-sh/uv#16995)) - Relax error when using `uv add` with `UV_GIT_LFS` set ([#​17127](astral-sh/uv#17127)) - Support file locks on ExFAT on macOS ([#​17115](astral-sh/uv#17115)) - Change schema for `exclude-newer` into optional string ([#​17121](astral-sh/uv#17121)) ##### Documentation - Drop arm musl caveat from Docker documentation ([#​17111](astral-sh/uv#17111)) - Fix version reference in resolver example ([#​17085](astral-sh/uv#17085)) - Better documentation for `exclude-newer*` ([#​17079](astral-sh/uv#17079)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Ny4xIiwidXBkYXRlZEluVmVyIjoiNDIuNTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #17095
This also stabilizes the Alpine version for users that do not choose to pin it. We could add this to the build matrix separately to avoid that, but I think that's okay?