mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
287 lines
6.6 KiB
JSON
287 lines
6.6 KiB
JSON
{
|
|
"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.5.*",
|
|
"3.6.*",
|
|
"3.7.*",
|
|
"3.8.*",
|
|
"3.9.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "PyPy",
|
|
"arch": "x64",
|
|
"platform" : "linux",
|
|
"versions": [
|
|
"2.7",
|
|
"3.6"
|
|
]
|
|
},
|
|
{
|
|
"name": "node",
|
|
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
|
|
"platform" : "linux",
|
|
"arch": "x64",
|
|
"versions": [
|
|
"10.*",
|
|
"12.*",
|
|
"14.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "go",
|
|
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
|
"arch": "x64",
|
|
"platform" : "linux",
|
|
"versions": [
|
|
"1.13.*",
|
|
"1.14.*",
|
|
"1.15.*"
|
|
],
|
|
"default": "1.15.*"
|
|
},
|
|
{
|
|
"name": "boost",
|
|
"url" : "https://raw.githubusercontent.com/actions/boost-versions/main/versions-manifest.json",
|
|
"platform" : "linux",
|
|
"platform_version": "18.04",
|
|
"arch": "x64",
|
|
"versions": [
|
|
"1.72.0"
|
|
]
|
|
},
|
|
{
|
|
"name": "Ruby",
|
|
"platform_version": "18.04",
|
|
"arch": "x64",
|
|
"versions": [
|
|
"2.4.*",
|
|
"2.5.*",
|
|
"2.6.*",
|
|
"2.7.*",
|
|
"3.0.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "CodeQL",
|
|
"platform" : "linux",
|
|
"arch": "x64",
|
|
"versions": [
|
|
"*"
|
|
]
|
|
}
|
|
],
|
|
"java": {
|
|
"default": "8",
|
|
"versions": [
|
|
"8", "11", "12"
|
|
]
|
|
},
|
|
"android": {
|
|
"platform_min_version": "17",
|
|
"build_tools_min_version": "19.1.0",
|
|
"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",
|
|
"patcher;v4",
|
|
"platform-tools",
|
|
"cmdline-tools;latest"
|
|
],
|
|
"ndk": {
|
|
"lts": "21"
|
|
}
|
|
},
|
|
"powershellModules": [
|
|
{"name": "MarkdownPS"},
|
|
{"name": "Pester"}
|
|
],
|
|
"azureModules": [
|
|
{
|
|
"name": "az",
|
|
"versions": [
|
|
"1.0.0",
|
|
"1.6.0",
|
|
"2.3.2",
|
|
"2.6.0",
|
|
"2.8.0",
|
|
"3.1.0",
|
|
"3.5.0",
|
|
"3.8.0",
|
|
"4.3.0",
|
|
"4.4.0",
|
|
"4.6.0",
|
|
"4.7.0"
|
|
]
|
|
}
|
|
],
|
|
"apt": {
|
|
"common_packages": [
|
|
"build-essential",
|
|
"dbus",
|
|
"dnsutils",
|
|
"dpkg",
|
|
"fakeroot",
|
|
"gnupg2",
|
|
"imagemagick",
|
|
"iproute2",
|
|
"iputils-ping",
|
|
"lib32z1",
|
|
"libc++abi-dev",
|
|
"libc++-dev",
|
|
"libcurl3",
|
|
"libgbm-dev",
|
|
"libgconf-2-4",
|
|
"libgsl-dev",
|
|
"libgtk-3-0",
|
|
"libmagic-dev",
|
|
"libmagickcore-dev",
|
|
"libmagickwand-dev",
|
|
"libsecret-1-dev",
|
|
"libsqlite3-dev",
|
|
"libunwind8",
|
|
"libxkbfile-dev",
|
|
"libxss1",
|
|
"locales",
|
|
"openssh-client",
|
|
"p7zip-rar",
|
|
"pkg-config",
|
|
"rpm",
|
|
"texinfo",
|
|
"tk",
|
|
"tzdata",
|
|
"upx",
|
|
"xorriso",
|
|
"xvfb",
|
|
"xz-utils",
|
|
"zstd",
|
|
"zsync"
|
|
],
|
|
"cmd_packages": [
|
|
"binutils",
|
|
"bison",
|
|
"brotli",
|
|
"bzip2",
|
|
"coreutils",
|
|
"curl",
|
|
"file",
|
|
"flex",
|
|
"ftp",
|
|
"haveged",
|
|
"jq",
|
|
"m4",
|
|
"mediainfo",
|
|
"netcat",
|
|
"parallel",
|
|
"pass",
|
|
"p7zip-full",
|
|
"patchelf",
|
|
"pollinate",
|
|
"rsync",
|
|
"shellcheck",
|
|
"sqlite3",
|
|
"sphinxsearch",
|
|
"ssh",
|
|
"subversion",
|
|
"sudo",
|
|
"swig",
|
|
"telnet",
|
|
"time",
|
|
"unzip",
|
|
"wget",
|
|
"zip"
|
|
]
|
|
},
|
|
"docker": {
|
|
"images": [
|
|
"alpine:3.7",
|
|
"alpine:3.8",
|
|
"alpine:3.9",
|
|
"alpine:3.10",
|
|
"buildpack-deps:stretch",
|
|
"buildpack-deps:buster",
|
|
"debian:8",
|
|
"debian:9",
|
|
"jekyll/builder",
|
|
"mcr.microsoft.com/azure-pipelines/node8-typescript",
|
|
"node:10",
|
|
"node:12",
|
|
"node:10-alpine",
|
|
"node:12-alpine",
|
|
"ubuntu:14.04"
|
|
]
|
|
},
|
|
"pipx": [
|
|
{
|
|
"package": "yamllint",
|
|
"cmd": "yamllint"
|
|
},
|
|
{
|
|
"package": "aws-sam-cli",
|
|
"cmd": "sam"
|
|
}
|
|
],
|
|
"dotnet": {
|
|
"aptPackages": [
|
|
"dotnet-sdk-3.0",
|
|
"dotnet-sdk-3.1",
|
|
"dotnet-sdk-5.0"
|
|
],
|
|
"versions": [
|
|
"2.1",
|
|
"3.0",
|
|
"3.1",
|
|
"5.0"
|
|
]
|
|
},
|
|
"clang": {
|
|
"versions": [
|
|
"6.0",
|
|
"8",
|
|
"9"
|
|
],
|
|
"default_version": "9"
|
|
},
|
|
"gcc": {
|
|
"versions": [
|
|
"g++-7",
|
|
"g++-8",
|
|
"g++-9",
|
|
"g++-10"
|
|
]
|
|
},
|
|
"gfortran": {
|
|
"versions": [
|
|
"gfortran-8",
|
|
"gfortran-9",
|
|
"gfortran-10"
|
|
]
|
|
},
|
|
"php": {
|
|
"versions": [
|
|
"7.1",
|
|
"7.2",
|
|
"7.3",
|
|
"7.4",
|
|
"8.0"
|
|
]
|
|
},
|
|
"rubygems": []
|
|
}
|