We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1beacd5 commit 6a80a03Copy full SHA for 6a80a03
images.json
@@ -49,6 +49,26 @@
49
"toTag": "buster",
50
"arch": "linux/amd64,linux/arm/v7,linux/arm64/v8"
51
},
52
+ {
53
+ "fromImage": "python:3.13",
54
+ "toTag": "3.13",
55
+ "arch": "linux/amd64,linux/arm/v7,linux/arm64/v8"
56
+ },
57
58
+ "fromImage": "python:3.12",
59
+ "toTag": "3.12",
60
61
62
63
+ "fromImage": "python:3.11",
64
+ "toTag": "3.11",
65
66
67
68
+ "fromImage": "python:3.10",
69
+ "toTag": "3.10",
70
71
72
{
73
"fromImage": "python:3.9",
74
"toTag": "3.9",
0 commit comments