Files
runner-images/images/linux/toolsets/toolset-2004.json
T

372 lines
8.3 KiB
JSON
Raw Normal View History

2020-06-05 15:23:55 +03:00
{
"toolcache": [
{
"name": "Python",
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
2020-06-05 15:23:55 +03:00
"platform" : "linux",
"platform_version": "20.04",
"arch": "x64",
"versions": [
"2.7.*",
"3.6.*",
"3.7.*",
2020-10-06 15:50:59 +03:00
"3.8.*",
"3.9.*",
"3.10.*",
"3.11.*"
2020-06-05 15:23:55 +03:00
]
},
{
"name": "PyPy",
"arch": "x64",
"platform" : "linux",
"versions": [
"2.7",
2021-02-19 10:17:51 +03:00
"3.6",
"3.7",
2022-02-25 10:50:52 +03:00
"3.8",
"3.9"
2020-06-05 15:23:55 +03:00
]
},
{
"name": "node",
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
2020-06-05 15:23:55 +03:00
"platform" : "linux",
"arch": "x64",
"versions": [
"14.*",
2022-10-27 18:16:08 +02:00
"16.*",
"18.*"
2020-06-05 15:23:55 +03:00
]
},
{
"name": "go",
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
"arch": "x64",
"platform" : "linux",
"versions": [
2022-08-04 21:59:41 +02:00
"1.18.*",
2023-02-23 19:44:51 +01:00
"1.19.*",
"1.20.*"
],
2023-03-29 17:09:46 +02:00
"default": "1.20.*"
2020-11-27 10:52:00 +03:00
},
{
"name": "Ruby",
"platform_version": "20.04",
"arch": "x64",
"versions": [
"2.5.*",
"2.6.*",
2020-12-30 09:58:27 +03:00
"2.7.*",
2022-04-12 08:59:55 -07:00
"3.0.*",
"3.1.*"
2020-11-27 10:52:00 +03:00
]
},
{
"name": "CodeQL",
"platform" : "linux",
"arch": "x64",
"versions": [
"*"
]
2020-06-05 15:23:55 +03:00
}
],
"java": {
"default": "11",
"default_vendor": "Temurin-Hotspot",
"vendors": [
{
"name": "Temurin-Hotspot",
"versions": [ "8", "11", "17" ]
},
{
"name": "Adopt",
"versions": [ "8", "11" ]
}
2021-11-15 14:51:38 +03:00
],
"maven": "3.8.8"
},
"android": {
"cmdline-tools": "latest",
2020-09-29 17:26:59 +03:00
"platform_min_version": "27",
"build_tools_min_version": "27.0.0",
"extra_list": [
"android;m2repository",
"google;m2repository",
"google;google_play_services"
],
"addon_list": [
],
"additional_tools": [
"cmake;3.10.2.4988404",
"cmake;3.18.1",
"cmake;3.22.1"
2021-02-04 13:34:30 +03:00
],
"ndk": {
"default": "25",
2021-09-20 13:35:44 +03:00
"versions": [
2022-07-26 18:20:30 +08:00
"23", "24", "25"
2021-09-20 13:35:44 +03:00
]
2021-02-04 13:34:30 +03:00
}
2020-09-08 14:40:56 +03:00
},
2020-09-14 16:25:33 +03:00
"powershellModules": [
{"name": "MarkdownPS"},
2022-03-24 12:24:20 +01:00
{"name": "Microsoft.Graph"},
{"name": "Pester"},
{"name": "PSScriptAnalyzer"}
2020-09-14 16:25:33 +03:00
],
2020-11-02 14:22:07 +03:00
"azureModules": [
{
"name": "az",
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
2020-11-02 14:22:07 +03:00
"versions": [
"9.3.0"
],
"zip_versions": [
"3.1.0",
"4.4.0",
"5.9.0",
"6.6.0",
"7.5.0"
2020-11-02 14:22:07 +03:00
]
}
],
2020-09-08 14:40:56 +03:00
"apt": {
"common_packages": [
"autoconf",
"automake",
"build-essential",
2020-09-08 14:40:56 +03:00
"dbus",
"dnsutils",
"dpkg",
"fakeroot",
"fonts-noto-color-emoji",
2020-09-08 14:40:56 +03:00
"gnupg2",
"imagemagick",
2020-09-08 14:40:56 +03:00
"iproute2",
"iputils-ping",
"lib32z1",
"libc++abi-dev",
"libc++-dev",
"libcurl4",
"libgbm-dev",
"libgconf-2-4",
"libgsl-dev",
2020-09-08 14:40:56 +03:00
"libgtk-3-0",
"libmagic-dev",
"libmagickcore-dev",
"libmagickwand-dev",
2020-09-08 14:40:56 +03:00
"libsecret-1-dev",
"libsqlite3-dev",
2022-12-11 14:56:40 +01:00
"libyaml-dev",
"libtool",
2020-09-08 14:40:56 +03:00
"libunwind8",
"libxkbfile-dev",
"libxss1",
"locales",
"mercurial",
2020-09-08 14:40:56 +03:00
"openssh-client",
"p7zip-rar",
2020-09-08 14:40:56 +03:00
"pkg-config",
"python-is-python3",
2020-09-08 14:40:56 +03:00
"rpm",
2022-10-12 09:52:39 +02:00
"tar",
2020-09-08 14:40:56 +03:00
"texinfo",
"tk",
"tzdata",
"upx",
"xorriso",
"xvfb",
"xz-utils",
"zsync"
],
"cmd_packages": [
2021-03-23 10:48:35 +03:00
"acl",
2021-08-18 10:35:29 +00:00
"aria2",
"binutils",
2020-09-08 14:40:56 +03:00
"bison",
"brotli",
"bzip2",
"coreutils",
2020-09-08 14:40:56 +03:00
"curl",
"file",
"flex",
"ftp",
"haveged",
2020-09-08 14:40:56 +03:00
"jq",
"m4",
2020-12-03 16:34:14 +01:00
"mediainfo",
2020-09-08 14:40:56 +03:00
"netcat",
2021-03-04 18:30:40 +03:00
"net-tools",
"p7zip-full",
2020-09-08 14:40:56 +03:00
"parallel",
2020-12-21 20:00:51 +01:00
"pass",
2020-09-08 14:40:56 +03:00
"patchelf",
"pollinate",
2020-09-08 14:40:56 +03:00
"rsync",
"shellcheck",
"sphinxsearch",
2020-09-08 14:40:56 +03:00
"sqlite3",
"ssh",
2021-04-05 20:27:14 +03:00
"sshpass",
"subversion",
2020-09-08 14:40:56 +03:00
"sudo",
"swig",
2020-09-08 14:40:56 +03:00
"telnet",
"time",
"unzip",
"wget",
"zip"
]
2020-09-09 15:42:39 +03:00
},
2021-04-14 19:34:49 +03:00
"brew": [
],
2020-09-09 15:42:39 +03:00
"docker": {
"images": [
"alpine:3.14",
"alpine:3.15",
"alpine:3.16",
"alpine:3.17",
2020-09-09 15:42:39 +03:00
"buildpack-deps:stretch",
"buildpack-deps:buster",
"buildpack-deps:bullseye",
2020-09-09 15:42:39 +03:00
"debian:9",
"debian:10",
"debian:11",
2021-10-05 16:07:46 +02:00
"moby/buildkit:latest",
"node:14",
"node:16",
2022-10-27 18:16:08 +02:00
"node:18",
"node:14-alpine",
"node:16-alpine",
2022-10-27 18:16:08 +02:00
"node:18-alpine",
"ubuntu:16.04",
"ubuntu:18.04",
"ubuntu:20.04"
2020-09-09 15:42:39 +03:00
]
2020-10-05 12:04:29 +03:00
},
"pipx": [
2020-10-05 13:31:53 +03:00
{
"package": "yamllint",
2020-10-05 13:41:50 +03:00
"cmd": "yamllint"
2020-10-05 13:31:53 +03:00
},
{
"package": "ansible-core",
"cmd": "ansible"
2020-10-05 13:31:53 +03:00
}
2020-11-05 19:14:50 +03:00
],
2020-11-05 19:35:43 +03:00
"dotnet": {
"aptPackages": [
2020-12-04 10:22:12 +03:00
"dotnet-sdk-3.1",
2022-11-11 14:10:38 +01:00
"dotnet-sdk-6.0",
"dotnet-sdk-7.0"
2020-11-05 19:14:50 +03:00
],
2020-11-05 19:35:43 +03:00
"versions": [
2020-12-04 10:22:12 +03:00
"3.1",
2022-11-11 14:10:38 +01:00
"6.0",
"7.0"
2022-01-18 13:31:51 +00:00
],
"tools": [
{ "name": "nbgv", "test": "nbgv --version", "getversion" : "nbgv --version" }
2020-11-05 19:14:50 +03:00
]
},
"clang": {
"versions": [
2021-03-05 16:44:12 +02:00
"10",
"11",
"12"
],
"default_version": "11"
},
"gcc": {
"versions": [
"g++-9",
"g++-10"
]
},
"gfortran": {
"versions": [
"gfortran-9",
"gfortran-10"
]
},
"php": {
"versions": [
"7.4",
2021-12-08 02:09:17 +05:30
"8.0",
2022-12-12 15:46:35 +05:30
"8.1",
"8.2"
]
2021-02-19 18:33:28 +03:00
},
"rubygems": [
{"name": "fastlane"}
2021-02-26 20:06:24 +05:00
],
"selenium": {
"version": "4",
"binary_name": "selenium-server"
},
2021-10-30 14:56:36 +03:00
"node": {
2023-02-12 13:57:16 +01:00
"default": "18"
2021-10-30 14:56:36 +03:00
},
2021-02-26 20:06:24 +05:00
"node_modules": [
{
"name": "grunt",
"command": "grunt"
},
{
"name": "gulp",
"command": "gulp"
},
{
"name": "n",
"command": "n"
},
{
"name": "parcel",
2021-02-26 20:06:24 +05:00
"command": "parcel"
},
{
"name": "typescript",
"command": "tsc"
},
{
"name": "newman",
"command": "newman"
},
{
"name": "vercel",
"command": "vercel"
},
{
"name": "webpack",
"command": "webpack"
},
{
"name": "webpack-cli",
"command": "webpack-cli"
},
{
"name": "netlify-cli",
"command": "netlify"
},
{
"name": "lerna",
"command": "lerna"
2021-03-31 10:33:46 +03:00
},
{
"name": "yarn",
"command": "yarn"
2021-02-26 20:06:24 +05:00
}
],
"mongodb": {
2021-11-12 11:00:03 +03:00
"version": "5.0"
},
"postgresql": {
"version": "14"
},
"pwsh": {
"version": "7.2"
}
2020-08-15 06:17:07 +02:00
}