mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
315 lines
6.9 KiB
JSON
315 lines
6.9 KiB
JSON
{
|
|
"toolcache": [
|
|
{
|
|
"name": "Python",
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
|
|
"platform" : "linux",
|
|
"platform_version": "22.04",
|
|
"arch": "x64",
|
|
"versions": [
|
|
"3.7.*",
|
|
"3.8.*",
|
|
"3.9.*",
|
|
"3.10.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "PyPy",
|
|
"arch": "x64",
|
|
"platform" : "linux",
|
|
"versions": [
|
|
"3.7",
|
|
"3.8",
|
|
"3.9"
|
|
]
|
|
},
|
|
{
|
|
"name": "go",
|
|
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
|
"arch": "x64",
|
|
"platform" : "linux",
|
|
"versions": [
|
|
"1.17.*",
|
|
"1.18.*"
|
|
],
|
|
"default": "1.18.*"
|
|
},
|
|
{
|
|
"name": "CodeQL",
|
|
"platform" : "linux",
|
|
"arch": "x64",
|
|
"versions": [
|
|
"*"
|
|
]
|
|
}
|
|
],
|
|
"java": {
|
|
"default": "11",
|
|
"default_vendor": "Temurin-Hotspot",
|
|
"vendors": [
|
|
{
|
|
"name": "Temurin-Hotspot",
|
|
"versions": [ "8", "11", "17" ]
|
|
}
|
|
],
|
|
"maven": "3.8.5"
|
|
},
|
|
"android": {
|
|
"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"
|
|
],
|
|
"ndk": {
|
|
"default": "21",
|
|
"versions": [
|
|
"21", "22", "23"
|
|
]
|
|
}
|
|
},
|
|
"powershellModules": [
|
|
{"name": "MarkdownPS"},
|
|
{"name": "Microsoft.Graph"},
|
|
{"name": "Pester"},
|
|
{"name": "PSScriptAnalyzer"}
|
|
],
|
|
"azureModules": [
|
|
{
|
|
"name": "az",
|
|
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
|
|
"versions": [
|
|
"7.3.2"
|
|
],
|
|
"zip_versions": [
|
|
]
|
|
}
|
|
],
|
|
"apt": {
|
|
"common_packages": [
|
|
"autoconf",
|
|
"automake",
|
|
"build-essential",
|
|
"dbus",
|
|
"dnsutils",
|
|
"dpkg",
|
|
"fakeroot",
|
|
"fonts-noto-color-emoji",
|
|
"gnupg2",
|
|
"imagemagick",
|
|
"iproute2",
|
|
"iputils-ping",
|
|
"lib32z1",
|
|
"libc++abi-dev",
|
|
"libc++-dev",
|
|
"libcurl4",
|
|
"libgbm-dev",
|
|
"libgconf-2-4",
|
|
"libgsl-dev",
|
|
"libgtk-3-0",
|
|
"libmagic-dev",
|
|
"libmagickcore-dev",
|
|
"libmagickwand-dev",
|
|
"libsecret-1-dev",
|
|
"libsqlite3-dev",
|
|
"libtool",
|
|
"libunwind8",
|
|
"libxkbfile-dev",
|
|
"libxss1",
|
|
"libssl-dev",
|
|
"locales",
|
|
"mercurial",
|
|
"openssh-client",
|
|
"p7zip-rar",
|
|
"pkg-config",
|
|
"python-is-python3",
|
|
"rpm",
|
|
"texinfo",
|
|
"tk",
|
|
"tzdata",
|
|
"upx",
|
|
"xorriso",
|
|
"xvfb",
|
|
"xz-utils",
|
|
"zsync"
|
|
],
|
|
"cmd_packages": [
|
|
"acl",
|
|
"aria2",
|
|
"binutils",
|
|
"bison",
|
|
"brotli",
|
|
"bzip2",
|
|
"coreutils",
|
|
"curl",
|
|
"file",
|
|
"flex",
|
|
"ftp",
|
|
"haveged",
|
|
"jq",
|
|
"m4",
|
|
"mediainfo",
|
|
"netcat",
|
|
"net-tools",
|
|
"p7zip-full",
|
|
"parallel",
|
|
"pass",
|
|
"patchelf",
|
|
"pollinate",
|
|
"rsync",
|
|
"shellcheck",
|
|
"sphinxsearch",
|
|
"sqlite3",
|
|
"ssh",
|
|
"sshpass",
|
|
"subversion",
|
|
"sudo",
|
|
"swig",
|
|
"telnet",
|
|
"time",
|
|
"unzip",
|
|
"wget",
|
|
"zip"
|
|
]
|
|
},
|
|
"brew": [
|
|
{"name": "zstd"}
|
|
],
|
|
"docker": {
|
|
"images": [
|
|
"alpine:3.14",
|
|
"alpine:3.15",
|
|
"buildpack-deps:buster",
|
|
"buildpack-deps:bullseye",
|
|
"debian:10",
|
|
"debian:11",
|
|
"moby/buildkit:latest",
|
|
"node:14",
|
|
"node:16",
|
|
"node:14-alpine",
|
|
"node:16-alpine",
|
|
"ubuntu:18.04",
|
|
"ubuntu:20.04",
|
|
"ubuntu:22.04"
|
|
]
|
|
},
|
|
"pipx": [
|
|
{
|
|
"package": "yamllint",
|
|
"cmd": "yamllint"
|
|
},
|
|
{
|
|
"package": "ansible-core",
|
|
"cmd": "ansible"
|
|
}
|
|
],
|
|
"dotnet": {
|
|
"aptPackages": [
|
|
"dotnet-sdk-6.0"
|
|
],
|
|
"versions": [
|
|
"6.0"
|
|
],
|
|
"tools": [
|
|
{ "name": "nbgv", "test": "nbgv --version", "getversion" : "nbgv --version" }
|
|
]
|
|
},
|
|
"clang": {
|
|
"versions": [
|
|
"11",
|
|
"12"
|
|
],
|
|
"default_version": "11"
|
|
},
|
|
"gcc": {
|
|
"versions": [
|
|
"g++-9",
|
|
"g++-10"
|
|
]
|
|
},
|
|
"gfortran": {
|
|
"versions": [
|
|
"gfortran-9",
|
|
"gfortran-10"
|
|
]
|
|
},
|
|
"php": {
|
|
"versions": [
|
|
"8.1"
|
|
]
|
|
},
|
|
"rubygems": [
|
|
{"name": "fastlane"}
|
|
],
|
|
"selenium": {
|
|
"version": "4",
|
|
"binary_name": "selenium-server"
|
|
},
|
|
"node": {
|
|
"default": "16"
|
|
},
|
|
"node_modules": [
|
|
{
|
|
"name": "grunt",
|
|
"command": "grunt"
|
|
},
|
|
{
|
|
"name": "gulp",
|
|
"command": "gulp"
|
|
},
|
|
{
|
|
"name": "n",
|
|
"command": "n"
|
|
},
|
|
{
|
|
"name": "parcel",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "yarn",
|
|
"command": "yarn"
|
|
}
|
|
],
|
|
"mongodb": {
|
|
"version": "5.0"
|
|
},
|
|
"postgresql": {
|
|
"version": "14"
|
|
}
|
|
}
|