mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
438 lines
17 KiB
JSON
438 lines
17 KiB
JSON
{
|
|
"toolcache": [
|
|
{
|
|
"name": "Ruby",
|
|
"arch": "x64",
|
|
"platform" : "win32",
|
|
"versions": [
|
|
"2.7",
|
|
"3.0",
|
|
"3.1"
|
|
],
|
|
"default": "3.0"
|
|
},
|
|
{
|
|
"name": "Python",
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
|
|
"arch": "x64",
|
|
"platform" : "win32",
|
|
"versions": [
|
|
"3.7.*",
|
|
"3.8.*",
|
|
"3.9.*",
|
|
"3.10.*",
|
|
"3.11.*",
|
|
"3.12.*"
|
|
],
|
|
"default": "3.9.*"
|
|
},
|
|
{
|
|
"name": "Python",
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
|
|
"arch": "x86",
|
|
"platform" : "win32",
|
|
"versions": [
|
|
"3.7.*",
|
|
"3.8.*",
|
|
"3.9.*",
|
|
"3.10.*",
|
|
"3.11.*",
|
|
"3.12.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "PyPy",
|
|
"arch": "x86",
|
|
"platform" : "win64",
|
|
"versions": [
|
|
"2.7",
|
|
"3.7",
|
|
"3.8",
|
|
"3.9",
|
|
"3.10"
|
|
]
|
|
},
|
|
{
|
|
"name": "node",
|
|
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
|
|
"arch": "x64",
|
|
"platform" : "win32",
|
|
"versions": [
|
|
"16.*",
|
|
"18.*",
|
|
"20.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "go",
|
|
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
|
"arch": "x64",
|
|
"platform" : "win32",
|
|
"versions": [
|
|
"1.19.*",
|
|
"1.20.*",
|
|
"1.21.*"
|
|
],
|
|
"default": "1.20.*"
|
|
}
|
|
],
|
|
"powershellModules": [
|
|
{ "name": "DockerMsftProvider" },
|
|
{ "name": "MarkdownPS" },
|
|
{ "name": "Pester" },
|
|
{ "name": "PowerShellGet" },
|
|
{ "name": "PSScriptAnalyzer" },
|
|
{ "name": "PSWindowsUpdate" },
|
|
{ "name": "SqlServer" },
|
|
{ "name": "VSSetup" },
|
|
{ "name": "Microsoft.Graph" },
|
|
{"name": "AWSPowershell"}
|
|
],
|
|
"azureModules": [
|
|
{
|
|
"name": "azurerm",
|
|
"versions": [
|
|
"2.1.0",
|
|
"6.13.1"
|
|
],
|
|
"zip_versions": [
|
|
"3.8.0",
|
|
"4.2.1",
|
|
"5.1.1",
|
|
"6.7.0"
|
|
],
|
|
"default": "2.1.0"
|
|
},
|
|
{
|
|
"name": "azure",
|
|
"versions": [
|
|
"2.1.0",
|
|
"5.3.0"
|
|
],
|
|
"zip_versions": [
|
|
"3.8.0",
|
|
"4.2.1",
|
|
"5.1.1"
|
|
],
|
|
"default": "2.1.0"
|
|
},
|
|
{
|
|
"name": "az",
|
|
"versions": [
|
|
"9.3.0"
|
|
],
|
|
"zip_versions": [
|
|
"7.5.0"
|
|
]
|
|
}
|
|
],
|
|
"java": {
|
|
"default": "8",
|
|
"versions": [ "8", "11", "17", "21"]
|
|
},
|
|
"android": {
|
|
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",
|
|
"hash": "8A90E6A3DEB2FA13229B2E335EFD07687DCC8A55A3C544DA9F40B41404993E7D",
|
|
"platform_min_version": "27",
|
|
"build_tools_min_version": "27.0.0",
|
|
"extras": [
|
|
"android;m2repository",
|
|
"google;m2repository",
|
|
"google;google_play_services"
|
|
],
|
|
"addons": [],
|
|
"additional_tools": [
|
|
"cmake;3.18.1",
|
|
"cmake;3.22.1"
|
|
],
|
|
"ndk": {
|
|
"default": "25",
|
|
"versions": [
|
|
"24", "25", "26"
|
|
]
|
|
}
|
|
},
|
|
"mingw": {
|
|
"version": "12.2.0",
|
|
"runtime": "ucrt"
|
|
},
|
|
"MsysPackages": {
|
|
"msys2": [],
|
|
"mingw": []
|
|
},
|
|
"windowsFeatures": [
|
|
{ "name": "Containers" },
|
|
{ "name": "Microsoft-Windows-Subsystem-Linux", "optionalFeature": true },
|
|
{ "name": "VirtualMachinePlatform", "optionalFeature": true },
|
|
{ "name": "NET-Framework-45-Features", "includeAllSubFeatures": true },
|
|
{ "name": "Client-ProjFS", "optionalFeature": true },
|
|
{ "name": "NET-Framework-Features", "includeAllSubFeatures": true },
|
|
{ "name": "Hyper-V", "includeAllSubFeatures": true },
|
|
{ "name": "HypervisorPlatform", "optionalFeature": true },
|
|
{ "name": "Hyper-V-PowerShell" }
|
|
],
|
|
"visualStudio": {
|
|
"version" : "2022",
|
|
"subversion" : "17",
|
|
"edition" : "Enterprise",
|
|
"channel": "release",
|
|
"signature": "72105B6D5F370B62FD5C82F1512F7AD7DEE5F2C0",
|
|
"workloads": [
|
|
"Component.Dotfuscator",
|
|
"Component.Linux.CMake",
|
|
"Component.UnityEngine.x64",
|
|
"Component.Unreal.Android",
|
|
"Component.Xamarin",
|
|
"Microsoft.Component.VC.Runtime.UCRTSDK",
|
|
"Microsoft.Net.Component.4.7.TargetingPack",
|
|
"Microsoft.Net.Component.4.7.2.TargetingPack",
|
|
"Microsoft.Net.Component.4.8.1.SDK",
|
|
"Microsoft.Net.Component.4.8.1.TargetingPack",
|
|
"Microsoft.VisualStudio.Component.AspNet45",
|
|
"Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools",
|
|
"Microsoft.VisualStudio.Component.Debugger.JustInTime",
|
|
"Microsoft.VisualStudio.Component.EntityFramework",
|
|
"Microsoft.VisualStudio.Component.DslTools",
|
|
"Microsoft.VisualStudio.Component.LinqToSql",
|
|
"Microsoft.VisualStudio.Component.SQL.SSDT",
|
|
"Microsoft.VisualStudio.Component.Sharepoint.Tools",
|
|
"Microsoft.VisualStudio.Component.PortableLibrary",
|
|
"Microsoft.VisualStudio.Component.TeamOffice",
|
|
"Microsoft.VisualStudio.Component.TestTools.CodedUITest",
|
|
"Microsoft.VisualStudio.Component.TestTools.WebLoadTest",
|
|
"Microsoft.VisualStudio.Component.UWP.VC.ARM64",
|
|
"Microsoft.VisualStudio.Component.UWP.VC.ARM64EC",
|
|
"Microsoft.VisualStudio.Component.VC.CLI.Support",
|
|
"Microsoft.VisualStudio.Component.VC.CMake.Project",
|
|
"Microsoft.VisualStudio.Component.VC.DiagnosticTools",
|
|
"Microsoft.VisualStudio.Component.VC.Llvm.Clang",
|
|
"Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset",
|
|
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM64EC.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest",
|
|
"Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest",
|
|
"Microsoft.VisualStudio.Component.VC.Tools.ARM",
|
|
"Microsoft.VisualStudio.Component.VC.MFC.ARM",
|
|
"Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.ATL.ARM64",
|
|
"Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.MFC.ARM64",
|
|
"Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.Modules.x86.x64",
|
|
"Microsoft.VisualStudio.Component.VC.Tools.ARM64",
|
|
"Microsoft.VisualStudio.Component.VC.Tools.ARM64EC",
|
|
"Microsoft.VisualStudio.Component.VC.Redist.MSM",
|
|
"Microsoft.VisualStudio.Component.VC.v141.x86.x64",
|
|
"Microsoft.VisualStudio.Component.VC.v141.x86.x64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.v141.ARM.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.v141.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.v141.MFC",
|
|
"Microsoft.VisualStudio.Component.VC.v141.MFC.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.x86.x64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.ARM",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.ARM.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.ARM64",
|
|
"Microsoft.VisualStudio.Component.VC.14.29.16.11.MFC.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.ARM.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.ARM",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.ARM64",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.ATL.ARM.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.ATL.ARM",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.ATL.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.ATL.ARM64",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.ATL.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.ATL",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.MFC.ARM.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.MFC.ARM",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.MFC.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.MFC.ARM64",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.MFC.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.MFC",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.x86.x64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.37.17.7.x86.x64",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ARM",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ARM.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ARM64",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.ARM",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.ARM.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.ARM64",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.ARM",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.ARM.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.ARM64",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.ARM64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.MFC.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64.Spectre",
|
|
"Microsoft.VisualStudio.Component.VC.ATLMFC",
|
|
"Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre",
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.20348",
|
|
"Microsoft.VisualStudio.Component.Windows11SDK.22000",
|
|
"Microsoft.VisualStudio.Component.Windows11SDK.22621",
|
|
"Microsoft.VisualStudio.Component.Workflow",
|
|
"Microsoft.VisualStudio.ComponentGroup.Azure.CloudServices",
|
|
"Microsoft.VisualStudio.ComponentGroup.Azure.ResourceManager.Tools",
|
|
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang",
|
|
"Microsoft.VisualStudio.ComponentGroup.UWP.VC.v142",
|
|
"Microsoft.VisualStudio.ComponentGroup.Web.CloudTools",
|
|
"Microsoft.VisualStudio.Workload.Azure",
|
|
"Microsoft.VisualStudio.Workload.Data",
|
|
"Microsoft.VisualStudio.Workload.ManagedDesktop",
|
|
"Microsoft.VisualStudio.Workload.ManagedGame",
|
|
"Microsoft.VisualStudio.Workload.NativeCrossPlat",
|
|
"Microsoft.VisualStudio.Workload.NativeDesktop",
|
|
"Microsoft.VisualStudio.Workload.NativeGame",
|
|
"Microsoft.VisualStudio.Workload.NativeMobile",
|
|
"Microsoft.VisualStudio.Workload.NetCrossPlat",
|
|
"Microsoft.VisualStudio.Workload.NetWeb",
|
|
"Microsoft.VisualStudio.Workload.Node",
|
|
"Microsoft.VisualStudio.Workload.Office",
|
|
"Microsoft.VisualStudio.Workload.Python",
|
|
"Microsoft.VisualStudio.Workload.Universal",
|
|
"Microsoft.VisualStudio.Workload.VisualStudioExtension",
|
|
"Component.MDD.Linux",
|
|
"Component.MDD.Linux.GCC.arm",
|
|
"wasm.tools"
|
|
],
|
|
"vsix": [
|
|
"SSIS.MicrosoftDataToolsIntegrationServices",
|
|
"VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects",
|
|
"WixToolset.WixToolsetVisualStudio2022Extension",
|
|
"ProBITools.MicrosoftReportProjectsforVisualStudio2022",
|
|
"ProBITools.MicrosoftAnalysisServicesModelingProjects2022"
|
|
]
|
|
},
|
|
"docker": {
|
|
"images": [
|
|
"mcr.microsoft.com/windows/servercore:ltsc2022",
|
|
"mcr.microsoft.com/windows/nanoserver:ltsc2022",
|
|
"mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2022",
|
|
"mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2022",
|
|
"mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022"
|
|
]
|
|
},
|
|
"pipx": [
|
|
{
|
|
"package": "yamllint",
|
|
"cmd": "yamllint --version"
|
|
}
|
|
],
|
|
"selenium": {
|
|
"version": "4",
|
|
"binary_name": "selenium-server"
|
|
},
|
|
"npm": {
|
|
"global_packages": [
|
|
{ "name": "yarn", "test": "yarn --version" },
|
|
{ "name": "newman", "test": "newman --version" },
|
|
{ "name": "lerna", "test": "lerna --version" },
|
|
{ "name": "gulp-cli", "test": "gulp --version" },
|
|
{ "name": "grunt-cli", "test": "grunt --version" }
|
|
]
|
|
},
|
|
"serviceFabric": {
|
|
"runtime": {
|
|
"version": "9.1.1436.9590",
|
|
"signature": "AFBF0B8B6A18F7E23CCA1DDCD0AC1A55B4035173"
|
|
},
|
|
"sdk": {
|
|
"version": "6.1.1436",
|
|
"signature": "AFBF0B8B6A18F7E23CCA1DDCD0AC1A55B4035173"
|
|
}
|
|
},
|
|
"dotnet": {
|
|
"versions": [
|
|
"6.0",
|
|
"7.0"
|
|
],
|
|
"tools": [
|
|
{ "name": "nbgv", "test": "nbgv --version", "getversion": "nbgv --version" }
|
|
],
|
|
"warmup": false
|
|
},
|
|
"choco": {
|
|
"common_packages": [
|
|
{ "name": "7zip.install" },
|
|
{ "name": "aria2" },
|
|
{ "name": "azcopy10" },
|
|
{ "name": "Bicep" },
|
|
{ "name": "innosetup" },
|
|
{ "name": "jq" },
|
|
{ "name": "NuGet.CommandLine" },
|
|
{ "name": "packer" },
|
|
{
|
|
"name": "strawberryperl" ,
|
|
"args": [ "--version", "5.32.1.1" ]
|
|
},
|
|
{ "name": "pulumi" },
|
|
{ "name": "tortoisesvn" },
|
|
{ "name": "swig" },
|
|
{ "name": "vswhere" },
|
|
{
|
|
"name": "julia",
|
|
"args": [ "--ia", "/DIR=C:\\Julia" ]
|
|
},
|
|
{
|
|
"name": "cmake.install",
|
|
"args": [ "--installargs", "ADD_CMAKE_TO_PATH=\"System\"" ]
|
|
},
|
|
{ "name": "imagemagick" }
|
|
]
|
|
},
|
|
"node": {
|
|
"default": "18"
|
|
},
|
|
"maven": {
|
|
"version": "3.8"
|
|
},
|
|
"mysql": {
|
|
"version": "8.0",
|
|
"signature": "DD34D7C71F160972DE0CE25B695A0D6A9C95BD91"
|
|
},
|
|
"mongodb": {
|
|
"version": "5.0",
|
|
"signature": "F2D7C28591847BB2CB2B1C2A0C59459FDC728A38"
|
|
},
|
|
"nsis": {
|
|
"version": "3.08"
|
|
},
|
|
"llvm": {
|
|
"version": "16"
|
|
},
|
|
"php": {
|
|
"version": "8.2"
|
|
},
|
|
"postgresql": {
|
|
"version": "14",
|
|
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9"
|
|
},
|
|
"kotlin": {
|
|
"version": "latest",
|
|
"binary_name": "kotlin-compiler"
|
|
},
|
|
"openssl": {
|
|
"version": "1.1.1"
|
|
}
|
|
}
|