File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ This project provides pre-built images for multiple Python versions, using a hyb
3939
4040| Python Version | Image Tag | Python Source | Debian Base | Distroless Runtime |
4141| ----------------| -----------| ---------------| -------------| -------------------|
42- | 3.9 | ` :3.9 ` | ` python:3.9-slim-bullseye ` | ` debian:bullseye-slim ` | ` gcr.io/distroless/python3-debian11 ` |
43- | 3.10 | ` :3.10 ` | ` python:3.10-slim-bullseye ` | ` debian:bullseye-slim ` | ` gcr.io/distroless/python3-debian11 ` |
44- | 3.11 | ` :3.11 ` | ` python:3.11-slim-bookworm ` | ` debian:bookworm-slim ` | ` gcr.io/distroless/python3-debian12 ` |
45- | 3.12 | ` :3.12 ` | ` python:3.12-slim-bookworm ` | ` debian:bookworm-slim ` | ` gcr.io/distroless/python3-debian12 ` |
46- | 3.13 | ` :3.13 ` | ` python:3.13-slim-bookworm ` | ` debian:bookworm-slim ` | ` gcr.io/distroless/python3-debian12 ` |
47- | 3.14 | ` :3.14 ` or ` :latest ` | ` python:3.14-slim-bookworm ` | ` debian:bookworm-slim ` | ` gcr.io/distroless/python3-debian12 ` |
42+ | 3.9 | ` :3.9 ` | ` python:3.9-slim-bullseye ` (3.9.23) | ` debian:bullseye-slim ` | ` gcr.io/distroless/python3-debian11 ` |
43+ | 3.10 | ` :3.10 ` | ` python:3.10-slim-bullseye ` (3.10.18) | ` debian:bullseye-slim ` | ` gcr.io/distroless/python3-debian11 ` |
44+ | 3.11 | ` :3.11 ` | ` python:3.11-slim-bookworm ` (3.11.14) | ` debian:bookworm-slim ` | ` gcr.io/distroless/python3-debian12 ` |
45+ | 3.12 | ` :3.12 ` | ` python:3.12-slim-bookworm ` (3.12.12) | ` debian:bookworm-slim ` | ` gcr.io/distroless/python3-debian12 ` |
46+ | 3.13 | ` :3.13 ` | ` python:3.13-slim-bookworm ` (3.13.11) | ` debian:bookworm-slim ` | ` gcr.io/distroless/python3-debian12 ` |
47+ | 3.14 | ` :3.14 ` or ` :latest ` | ` python:3.14-slim-bookworm ` (3.14.2) | ` debian:bookworm-slim ` | ` gcr.io/distroless/python3-debian12 ` |
4848
4949All images support both ` linux/amd64 ` and ` linux/arm64 ` architectures.
5050
You can’t perform that action at this time.
0 commit comments