Skip to content

Commit c720a30

Browse files
CopilotKaniska244
andcommitted
Remove invalid Python variants not present in MCR
Removed Python 3.9 variants (3.9-trixie, 3.9-bookworm, 3.9-bullseye) and all bullseye variants (3-bullseye, 3.14-bullseye through 3.10-bullseye) from the python template - these tags do not exist in MCR with the version 3 prefix. Verified all remaining variants across all templates against MCR. Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
1 parent 3df10ac commit c720a30

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

src/python/devcontainer-template.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,20 @@
99
"options": {
1010
"imageVariant": {
1111
"type": "string",
12-
"description": "Python version (use -bookworm, or -bullseye variants on local arm64/Apple Silicon):",
12+
"description": "Python version (use -trixie, or -bookworm variants on local arm64/Apple Silicon):",
1313
"proposals": [
1414
"3-trixie",
1515
"3.14-trixie",
16-
"3.13-trixie",
16+
"3.13-trixie",
1717
"3.12-trixie",
1818
"3.11-trixie",
1919
"3.10-trixie",
20-
"3.9-trixie",
2120
"3-bookworm",
2221
"3.14-bookworm",
23-
"3.13-bookworm",
22+
"3.13-bookworm",
2423
"3.12-bookworm",
2524
"3.11-bookworm",
26-
"3.10-bookworm",
27-
"3.9-bookworm",
28-
"3-bullseye",
29-
"3.14-bullseye",
30-
"3.13-bullseye",
31-
"3.12-bullseye",
32-
"3.11-bullseye",
33-
"3.10-bullseye",
34-
"3.9-bullseye"
25+
"3.10-bookworm"
3526
],
3627
"default": "3.14-trixie"
3728
}

0 commit comments

Comments
 (0)