From 2cff397dd2451d7eae6a235721bc75f1e87576a9 Mon Sep 17 00:00:00 2001 From: Appu Date: Mon, 6 Dec 2021 10:15:23 -0500 Subject: [PATCH] Update SUPPORT_POLICY.md --- SUPPORT_POLICY.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/SUPPORT_POLICY.md b/SUPPORT_POLICY.md index 307b8c39a..c61631bd9 100644 --- a/SUPPORT_POLICY.md +++ b/SUPPORT_POLICY.md @@ -7,19 +7,21 @@ The current estimation of EOL of images | static | standard | aug 2022 | debian 12 + 1yr | | base | standard | aug 2022 | debian 12 + 1yr | | cc | standard | aug 2022 | debian 12 + 1yr | -| java | standard | jan 2022 | debian 12 + 3mo | -| node | standard | jan 2022 | debian 12 + 3mo | -| python | standard | jan 2022 | debian 12 + 3mo | +| java* | standard | jan 2022 | debian 12 + 3mo | +| node* | standard | jan 2022 | debian 12 + 3mo | +| python* | standard | jan 2022 | debian 12 + 3mo | +\* see below for language specific runtime notes -Java + +### Java Java will only support current LTS version distributed by debian [see here](https://wiki.debian.org/Java). -Node +### Node Node version support is for even numbered releases (12, 14, etc) that are current, active or in LTS maintenance. For more information, [see here](https://nodejs.org/en/about/releases/). -Python +### Python Python support is experimental, and this project does not make any guarantees about the version of python in images. -Images no longer supported (TBD) +### Images no longer supported (TBD)