From ea7f3caa06f9e79842fc6328f0bc6fb060093b99 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Wed, 8 Sep 2021 09:50:43 +0300 Subject: [PATCH] Add docker images to list of tools (#4030) --- docs/software-and-images-guidelines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/software-and-images-guidelines.md b/docs/software-and-images-guidelines.md index dc9ef42c0..def514363 100644 --- a/docs/software-and-images-guidelines.md +++ b/docs/software-and-images-guidelines.md @@ -23,9 +23,10 @@ These are the guidelines we follow in software and images supporting routine: | Tool name | Installation strategy | |-----------|-----------------------| +| Docker images | not more than 3 latest LTS OS\tool versions. New images or new versions of current images are added using the standard tool request process | | Java | all LTS versions | | Node.js | 3 latest LTS versions | -| Go | 3 latest minor versions | +| Go | 3 latest minor versions | | Python
Ruby | 5 most popular `major.minor` versions | | PyPy | 3 most popular `major.minor` versions | | .NET Core | 2 latest LTS versions and 1 latest version. For each feature version only latest patch is installed |