-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathversions-map.json
More file actions
124 lines (124 loc) · 3.13 KB
/
Copy pathversions-map.json
File metadata and controls
124 lines (124 loc) · 3.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[
{
"arg": "PYTHON310_VERSION",
"json_tool": "Cached Tools/Python",
"match_prefix": "3.10",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "PYTHON311_VERSION",
"json_tool": "Cached Tools/Python",
"match_prefix": "3.11",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "PYTHON312_VERSION",
"json_tool": "Cached Tools/Python",
"match_prefix": "3.12",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "PYTHON313_VERSION",
"json_tool": "Cached Tools/Python",
"match_prefix": "3.13",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "PYTHON314_VERSION",
"json_tool": "Cached Tools/Python",
"match_prefix": "3.14",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "GO122_VERSION",
"json_tool": "Cached Tools/Go",
"match_prefix": "1.22",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "GO123_VERSION",
"json_tool": "Cached Tools/Go",
"match_prefix": "1.23",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "GO124_VERSION",
"json_tool": "Cached Tools/Go",
"match_prefix": "1.24",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "GO125_VERSION",
"json_tool": "Cached Tools/Go",
"match_prefix": "1.25",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "NODE20_VERSION",
"json_tool": "Cached Tools/Node.js",
"match_prefix": "20",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "NODE22_VERSION",
"json_tool": "Cached Tools/Node.js",
"match_prefix": "22",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "NODE24_VERSION",
"json_tool": "Cached Tools/Node.js",
"match_prefix": "24",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "GRADLE_VERSION",
"json_tool": "Project Management/Gradle",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "MAVEN_VERSION",
"json_tool": "Project Management/Maven",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "RUSTTOOLCHAIN_VERSION",
"json_tool": "Rust Tools/Rust",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "RUSTUP_VERSION",
"json_tool": "Rust Tools/Rustup",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "DOCKERCOMPOSE_VERSION",
"json_tool": "Tools/Docker Compose v2",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "DOCKERBUILDX_VERSION",
"json_tool": "Tools/Docker-Buildx",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "GH_VERSION",
"json_tool": "CLI Tools/GitHub CLI",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "KUBECTL_VERSION",
"json_tool": "Tools/Kubectl",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "NINJA_VERSION",
"json_tool": "Tools/Ninja",
"dockerfile": "runner/images/Dockerfile.ubuntu"
},
{
"arg": "MOBY_VERSION",
"json_tool": "Tools/Docker Server",
"dockerfile": "runner/images/Dockerfile.ubuntu"
}
]