Skip to content

Commit 669779b

Browse files
committed
Changed README version table to remove latest to simplify workload check logic
1 parent 7026587 commit 669779b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ Use the appropriate image tag and distroless runtime for your Python version:
9595

9696
| Build Image | Distroless Runtime | Use Case |
9797
|-------------|-------------------|----------|
98-
| `:3.14` or `:latest` | `python3-debian12` | Latest features |
98+
| `:3.14` | `python3-debian12` | Latest features |
9999
| `:3.12` | `python3-debian12` | Recommended for most projects |
100100
| `:3.11` | `python3-debian12` | Long-term stable |
101101
| `:3.10` | `python3-debian11` | Older projects |
102102
| `:3.9` | `python3-debian11` | Legacy compatibility |
103103

104-
> **Note**: When using Python 3.9 or 3.10, use `gcr.io/distroless/python3-debian11` as your runtime. For Python 3.11+, use `gcr.io/distroless/python3-debian12`.
104+
> **Note**: When using Python 3.9 or 3.10, use `gcr.io/distroless/python3-debian11` as your runtime. For Python 3.11+, use `gcr.io/distroless/python3-debian12`. `latest` is an alias for the tag `:3.14`.
105105
106106
### How It Works
107107
1. Choose your Python version and declare the corresponding base image as the top FROM line in your Dockerfile (e.g., `:3.12`, `:3.14`, or `:latest`).

0 commit comments

Comments
 (0)