Add docker images to list of tools (#4030)

This commit is contained in:
Mikhail Timofeev
2021-09-08 09:50:43 +03:00
committed by GitHub
parent 4394e4414f
commit ea7f3caa06

View File

@@ -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 <br/> 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 |