Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SUPPORT_POLICY.md #1408

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions SUPPORT_POLICY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ The current estimation of end of life for images with the pattern:

`gcr.io/distroless/<image>-debian<version>:(latest|nonroot|debug|debug-nonroot)`

| Image | Debian 11 EOL |
| ----------- | --------------------------- |
| static | debian 12 release day + 1yr |
| base | debian 12 release day + 1yr |
| base-nossl | debian 12 release day + 1yr |
| cc | debian 12 release day + 1yr |
| java* | debian 12 release day + 3mo |
| node* | debian 12 release day + 3mo |
| python* | debian 12 release day + 3mo |
| Image | Debian 11 EOL | Debian 12 EOL |
| ----------- | --------------------------- | --------------------------- |
| static | 2024-06-01 | debian 13 release day + 1yr |
| base | 2024-06-01 | debian 13 release day + 1yr |
| base-nossl | 2024-06-01 | debian 13 release day + 1yr |
| cc | 2024-06-01 | debian 13 release day + 1yr |
| java* | 2023-12-01 | debian 13 release day + 3mo |
| node* | 2023-12-01 | debian 13 release day + 3mo |
| python* | 2023-12-01 | debian 13 release day + 3mo |

\* see below for language specific runtime notes

Expand All @@ -27,3 +27,4 @@ Node version support is for even numbered releases (18, 20, etc) that are curren
Python support is experimental, and this project does not make any guarantees about the version of python in images.

### Images no longer supported (TBD)
A list of supported image tags is available here: https://github.com/GoogleContainerTools/distroless#what-images-are-available
Loading