mirror of https://github.com/astral-sh/uv
chore: bump alpine 3.23
This commit is contained in:
parent
c43315f4eb
commit
073227dadb
|
|
@ -178,8 +178,8 @@ jobs:
|
||||||
# Mapping of base image followed by a comma followed by one or more base tags (comma separated)
|
# Mapping of base image followed by a comma followed by one or more base tags (comma separated)
|
||||||
# Note, org.opencontainers.image.version label will use the first base tag (use the most specific tag first)
|
# Note, org.opencontainers.image.version label will use the first base tag (use the most specific tag first)
|
||||||
image-mapping:
|
image-mapping:
|
||||||
- alpine:3.22,alpine3.22,alpine
|
- alpine:3.23,alpine3.23,alpine
|
||||||
- alpine:3.21,alpine3.21
|
- alpine:3.22,alpine3.22
|
||||||
- debian:trixie-slim,trixie-slim,debian-slim
|
- debian:trixie-slim,trixie-slim,debian-slim
|
||||||
- buildpack-deps:trixie,trixie,debian
|
- buildpack-deps:trixie,trixie,debian
|
||||||
- debian:bookworm-slim,bookworm-slim
|
- debian:bookworm-slim,bookworm-slim
|
||||||
|
|
|
||||||
|
|
@ -32,17 +32,17 @@ The following distroless images are available:
|
||||||
|
|
||||||
- `ghcr.io/astral-sh/uv:latest`
|
- `ghcr.io/astral-sh/uv:latest`
|
||||||
- `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/uv:0.9.17`
|
- `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/uv:0.9.17`
|
||||||
- `ghcr.io/astral-sh/uv:{major}.{minor}`, e.g., `ghcr.io/astral-sh/uv:0.8` (the latest patch
|
- `ghcr.io/astral-sh/uv:{major}.{minor}`, e.g., `ghcr.io/astral-sh/uv:0.9` (the latest patch
|
||||||
version)
|
version)
|
||||||
|
|
||||||
And the following derived images are available:
|
And the following derived images are available:
|
||||||
|
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
- Based on `alpine:3.22`:
|
- Based on `alpine:3.23`:
|
||||||
- `ghcr.io/astral-sh/uv:alpine`
|
- `ghcr.io/astral-sh/uv:alpine`
|
||||||
|
- `ghcr.io/astral-sh/uv:alpine3.23`
|
||||||
|
- Based on `alpine:3.22`:
|
||||||
- `ghcr.io/astral-sh/uv:alpine3.22`
|
- `ghcr.io/astral-sh/uv:alpine3.22`
|
||||||
- Based on `alpine:3.21`:
|
|
||||||
- `ghcr.io/astral-sh/uv:alpine3.21`
|
|
||||||
- Based on `debian:trixie-slim`:
|
- Based on `debian:trixie-slim`:
|
||||||
- `ghcr.io/astral-sh/uv:debian-slim`
|
- `ghcr.io/astral-sh/uv:debian-slim`
|
||||||
- `ghcr.io/astral-sh/uv:trixie-slim`
|
- `ghcr.io/astral-sh/uv:trixie-slim`
|
||||||
|
|
@ -55,12 +55,19 @@ And the following derived images are available:
|
||||||
- `ghcr.io/astral-sh/uv:bookworm`
|
- `ghcr.io/astral-sh/uv:bookworm`
|
||||||
- Based on `python3.x-alpine`:
|
- Based on `python3.x-alpine`:
|
||||||
- `ghcr.io/astral-sh/uv:python3.14-alpine`
|
- `ghcr.io/astral-sh/uv:python3.14-alpine`
|
||||||
|
- `ghcr.io/astral-sh/uv:python3.14-alpine3.23`
|
||||||
- `ghcr.io/astral-sh/uv:python3.13-alpine`
|
- `ghcr.io/astral-sh/uv:python3.13-alpine`
|
||||||
|
- `ghcr.io/astral-sh/uv:python3.13-alpine3.23`
|
||||||
- `ghcr.io/astral-sh/uv:python3.12-alpine`
|
- `ghcr.io/astral-sh/uv:python3.12-alpine`
|
||||||
|
- `ghcr.io/astral-sh/uv:python3.12-alpine3.23`
|
||||||
- `ghcr.io/astral-sh/uv:python3.11-alpine`
|
- `ghcr.io/astral-sh/uv:python3.11-alpine`
|
||||||
|
- `ghcr.io/astral-sh/uv:python3.11-alpine3.23`
|
||||||
- `ghcr.io/astral-sh/uv:python3.10-alpine`
|
- `ghcr.io/astral-sh/uv:python3.10-alpine`
|
||||||
|
- `ghcr.io/astral-sh/uv:python3.10-alpine3.23`
|
||||||
- `ghcr.io/astral-sh/uv:python3.9-alpine`
|
- `ghcr.io/astral-sh/uv:python3.9-alpine`
|
||||||
|
- `ghcr.io/astral-sh/uv:python3.9-alpine3.22`
|
||||||
- `ghcr.io/astral-sh/uv:python3.8-alpine`
|
- `ghcr.io/astral-sh/uv:python3.8-alpine`
|
||||||
|
- `ghcr.io/astral-sh/uv:python3.8-alpine3.20`
|
||||||
- Based on `python3.x-trixie`:
|
- Based on `python3.x-trixie`:
|
||||||
- `ghcr.io/astral-sh/uv:python3.14-trixie`
|
- `ghcr.io/astral-sh/uv:python3.14-trixie`
|
||||||
- `ghcr.io/astral-sh/uv:python3.13-trixie`
|
- `ghcr.io/astral-sh/uv:python3.13-trixie`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue