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

357 lines
8.1 KiB
JSON
Raw Normal View History

{
"toolcache": [
{
"name": "Python",
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
"platform" : "linux",
"platform_version": "18.04",
"arch": "x64",
"versions": [
"2.7.*",
"3.6.*",
"3.7.*",
2020-10-06 15:50:59 +03:00
"3.8.*",
"3.9.*",
"3.10.*"
]
2020-05-09 04:31:49 +00:00
},
{
"name": "PyPy",
"arch": "x64",
"platform" : "linux",
"versions": [
"2.7",
2022-02-25 10:50:52 +03:00
"3.6",
"3.9"
]
},
2020-05-09 04:31:49 +00:00
{
"name": "node",
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
2020-05-09 04:31:49 +00:00
"platform" : "linux",
"arch": "x64",
"versions": [
"12.*",
"14.*",
"16.*"
2020-05-09 04:31:49 +00:00
]
},
{
"name": "go",
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
"arch": "x64",
"platform" : "linux",
"versions": [
2021-09-05 18:45:02 +09:00
"1.16.*",
2022-03-25 12:58:49 +01:00
"1.17.*",
"1.18.*"
],
"default": "1.17.*"
},
2020-11-27 10:52:00 +03:00
{
"name": "Ruby",
"platform_version": "18.04",
"arch": "x64",
"versions": [
"2.4.*",
"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-28 21:03:34 +03:00
],
"java": {
"default": "8",
"default_vendor": "Temurin-Hotspot",
"vendors": [
{
"name": "Temurin-Hotspot",
"versions": [ "8", "11", "17" ]
},
{
"name": "Adopt",
"versions": [ "8", "11", "12" ]
}
2021-11-15 14:51:38 +03:00
],
2022-03-14 09:11:12 +00:00
"maven": "3.8.5"
},
"android": {
"cmdline-tools": "latest",
"platform_min_version": "23",
"build_tools_min_version": "23.0.1",
"extra_list": [
"android;m2repository",
"google;m2repository",
"google;google_play_services"
],
"addon_list": [
"addon-google_apis-google-24",
"addon-google_apis-google-23",
"addon-google_apis-google-22",
"addon-google_apis-google-21"
],
"additional_tools": [
"cmake;3.10.2.4988404",
2021-07-20 22:37:48 +03:00
"cmake;3.18.1"
2021-02-04 13:34:30 +03:00
],
"ndk": {
2021-09-20 13:35:44 +03:00
"default": "21",
"versions": [
"21", "23"
]
2021-02-04 13:34:30 +03:00
}
},
2020-09-14 16:25:33 +03:00
"powershellModules": [
{"name": "MarkdownPS"},
2022-03-24 12:24:20 +01:00
{"name": "Microsoft.Graph"},
2020-09-14 16:25:33 +03:00
{"name": "Pester"}
],
2020-06-28 21:03:34 +03:00
"azureModules": [
{
2020-06-28 21:08:18 +03:00
"name": "az",
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
2020-06-28 21:03:34 +03:00
"versions": [
2022-04-19 20:49:37 +02:00
"7.3.2"
],
"zip_versions": [
2020-06-28 21:03:34 +03:00
"3.1.0",
"4.4.0",
"5.9.0",
"6.6.0"
2020-06-28 21:03:34 +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",
"gnupg2",
"imagemagick",
2020-09-08 14:40:56 +03:00
"iproute2",
"iputils-ping",
"lib32z1",
"libc++abi-dev",
"libc++-dev",
"libcurl3",
"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",
"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-setuptools",
2020-09-08 14:40:56 +03:00
"rpm",
"texinfo",
"tk",
"tzdata",
"upx",
"xorriso",
"xvfb",
"xz-utils",
"zsync"
],
"cmd_packages": [
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",
2020-09-08 14:40:56 +03:00
"parallel",
2020-12-21 20:00:51 +01:00
"pass",
"p7zip-full",
2020-09-08 14:40:56 +03:00
"patchelf",
"pollinate",
2020-09-08 14:40:56 +03:00
"rsync",
"shellcheck",
"sqlite3",
"sphinxsearch",
2020-09-08 14:40:56 +03:00
"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": [
{"name": "zstd"}
],
2020-09-09 15:42:39 +03:00
"docker": {
"images": [
"alpine:3.12",
"alpine:3.13",
"alpine:3.14",
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",
2020-09-09 15:42:39 +03:00
"node:12",
"node:14",
"node:16",
2020-09-09 15:42:39 +03:00
"node:12-alpine",
"node:14-alpine",
"node:16-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-01-29 19:28:21 +03:00
"dotnet-sdk-5.0",
"dotnet-sdk-6.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-01-29 19:28:21 +03:00
"5.0",
"6.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": [
"9"
],
"default_version": "9"
},
"gcc": {
"versions": [
"g++-9",
"g++-10"
]
},
"gfortran": {
"versions": [
"gfortran-9",
"gfortran-10"
]
},
"php": {
"versions": [
"7.2",
"7.3",
"7.4",
2021-12-08 02:09:17 +05:30
"8.0",
"8.1"
]
2021-02-19 18:33:28 +03:00
},
"selenium": {
"version": "4",
"binary_name": "selenium-server"
},
2021-02-26 20:06:24 +05:00
"rubygems": [],
2021-10-30 14:56:36 +03:00
"node": {
"default": "16"
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"
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"
}
2020-08-15 06:17:07 +02:00
}