aboutsummaryrefslogtreecommitdiffstats
path: root/config/versions.json
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2023-03-18 03:49:47 +0400
committerGravatar Hassan Abouelela <[email protected]>2023-03-18 05:57:15 +0400
commit3d9eff479c156f78eb1e71f2df42340327820909 (patch)
treeb8a7ec6387c7508908a5f8597c5152f363653758 /config/versions.json
parentDocument Python Version Selection (diff)
Add Slim Imagemulti-version
Adds an image with only one python version installed. This can be useful in development environments for other projects where the multi-version features are less useful than a more efficient container. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'config/versions.json')
-rw-r--r--config/versions.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/config/versions.json b/config/versions.json
index 004fad7..7733461 100644
--- a/config/versions.json
+++ b/config/versions.json
@@ -1,8 +1,14 @@
[
{
- "image_tag": "3.10-slim-buster",
- "version_name": "3.10",
- "display_name": "CPython 3.10",
+ "image_tag": "3.7-slim-buster",
+ "version_name": "3.7",
+ "display_name": "CPython 3.7",
+ "is_main": false
+ },
+ {
+ "image_tag": "3.9-slim-buster",
+ "version_name": "3.9",
+ "display_name": "CPython 3.9",
"is_main": false
},
{