Files
runner-images-sangeeth/images/ubuntu/toolsets/toolset-2004.json
T

402 lines
9.2 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": [
2020-10-06 15:50:59 +03:00
"3.8.*",
"3.9.*",
"3.10.*",
"3.11.*",
"3.12.*",
"3.13.*"
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",
2023-08-09 12:08:45 +02:00
"3.9",
"3.10"
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": [
2023-09-29 12:36:01 +02:00
"18.*",
"20.*",
"22.*"
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": [
2024-02-08 22:39:59 +01:00
"1.21.*",
"1.22.*",
"1.23.*"
],
"default": "1.23.*"
2020-11-27 10:52:00 +03:00
},
{
"name": "Ruby",
"platform_version": "20.04",
"arch": "x64",
"versions": [
2022-04-12 08:59:55 -07:00
"3.0.*",
"3.1.*",
2025-01-23 20:38:29 +05:30
"3.2.*",
"3.3.*"
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",
2023-10-18 09:51:22 +02:00
"versions": [ "8", "11", "17", "21"],
2025-01-13 20:11:39 +05:30
"maven": "3.9.9"
},
"android": {
"cmdline-tools": "commandlinetools-linux-9477386_latest.zip",
"platform_min_version": "31",
"build_tools_min_version": "31.0.0",
"extra_list": [
"android;m2repository",
"google;m2repository",
"google;google_play_services"
],
"addon_list": [
],
"additional_tools": [
"cmake;3.18.1",
"cmake;3.22.1",
"cmake;3.31.5"
2021-02-04 13:34:30 +03:00
],
"ndk": {
"default": "27",
2021-09-20 13:35:44 +03:00
"versions": [
"26", "27"
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",
"versions": [
"12.1.0"
2020-11-02 14:22:07 +03:00
]
}
],
2020-09-08 14:40:56 +03:00
"apt": {
"vital_packages": [
"bzip2",
"curl",
"g++",
"gcc",
"make",
"jq",
"tar",
"unzip",
"wget"
],
2020-09-08 14:40:56 +03:00
"common_packages": [
"autoconf",
"automake",
2020-09-08 14:40:56 +03:00
"dbus",
"dnsutils",
"dpkg",
"dpkg-dev",
2020-09-08 14:40:56 +03:00
"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",
"libc6-dev",
2020-09-08 14:40:56 +03:00
"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",
"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",
"coreutils",
2020-09-08 14:40:56 +03:00
"file",
2023-11-16 15:00:56 +01:00
"findutils",
2020-09-08 14:40:56 +03:00
"flex",
"ftp",
"haveged",
2020-09-08 14:40:56 +03:00
"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",
2023-08-31 14:25:51 +02:00
"pigz",
"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",
2024-12-09 19:47:06 +01:00
"systemd-coredump",
"swig",
2020-09-08 14:40:56 +03:00
"telnet",
"time",
"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.16",
"alpine:3.17",
"alpine:3.18",
2024-07-08 17:20:44 +05:30
"alpine:3.19",
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",
2022-10-27 18:16:08 +02:00
"node:18",
2023-09-29 12:36:01 +02:00
"node:20",
"node:22",
2022-10-27 18:16:08 +02:00
"node:18-alpine",
2023-09-29 12:36:01 +02:00
"node:20-alpine",
"node:22-alpine",
"ubuntu:20.04"
],
"components": [
{
"package": "containerd.io",
"version": "latest"
},
{
"package": "docker-ce-cli",
"version": "26.1.3"
},
{
"package": "docker-ce",
"version": "26.1.3"
}
],
"plugins": [
{
"plugin": "buildx",
"version": "latest",
"asset": "linux-amd64"
2024-02-15 12:12:11 +01:00
},
{
"plugin": "compose",
"version": "2.27.1",
"asset": "linux-x86_64"
}
]
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": [
2022-11-11 14:10:38 +01:00
"dotnet-sdk-6.0",
2025-01-23 20:31:43 +05:30
"dotnet-sdk-8.0",
"dotnet-sdk-9.0"
2020-11-05 19:14:50 +03:00
],
2020-11-05 19:35:43 +03:00
"versions": [
2022-11-11 14:10:38 +01:00
"6.0",
2025-01-23 20:31:43 +05:30
"8.0",
"9.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",
2023-12-01 11:37:51 +01:00
"8.2",
"8.3"
]
2021-02-19 18:33:28 +03:00
},
"rubygems": [
{"name": "fastlane"}
2021-02-26 20:06:24 +05:00
],
"selenium": {
"version": "4"
},
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.4"
2023-08-17 19:06:48 +02:00
},
"aliyunCli": {
"version": "3.0.174",
2025-01-31 10:39:03 +00:00
"sha256": "0c51028a7a32fc02c8de855f73e273556f957115eb5624565738f9b9f83a50ba",
"pinnedDetails": {
"link": "https://github.com/actions/runner-images-internal/pull/6702",
"reason": "Meaningful reason must be added at next update.",
"review-at": "2025-06-01",
"type": "preexisting-pinned-version-without-reason"
}
2024-07-01 22:26:57 +05:30
},
"ocCli": {
2025-01-31 10:39:03 +00:00
"version": "4.15.19",
"pinnedDetails": {
"link": "https://github.com/actions/runner-images-internal/pull/6702",
"reason": "Meaningful reason must be added at next update.",
"review-at": "2025-06-01",
"type": "preexisting-pinned-version-without-reason"
}
}
2020-08-15 06:17:07 +02:00
}