actions/runner-images

GitHub Actions runner images

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 4th, 2026
Created on June 5th, 2019
Open Issues & Pull Requests: 121 (+0)
GitHub issues: Enabled
Number of forks: 3,836
Total Stargazers: 13,115 (+0)
Total Subscribers: 377 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.0 hours
Mean response time: 3.7 days
90th percentile: 35.1 hours
Tracked items: 1,885

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 19% of tracked open issues have had no activity in three months. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 88
New in 7 days: 8
Closed in 7 days: 14
Avg open age: 154 days
Stale 30+ days: 36
Stale 90+ days: 12

Recent activity

Opened in 7 days: 4
Closed in 7 days: 5
Comments in 7 days: 24
Events in 7 days: 77

Top labels

  • bug report (1,075)
  • OS: Ubuntu (633)
  • OS: Windows (593)
  • OS: macOS (478)
  • feature request (436)
  • Area: OS/VM Configuration (180)
  • Area: Xcode (159)
  • Announcement (130)

Detailed Description

GitHub Actions Runner Images is a repository containing the source code and build configuration for virtual machine images used by GitHub-hosted runners in GitHub Actions and Microsoft-hosted agents in Azure Pipelines.

The repository addresses the need to maintain consistent, pre-configured execution environments for continuous integration and deployment workflows. It provides the image definitions and build scripts necessary to create VM images that come equipped with common development tools, runtimes, and dependencies. Users can reference these images when defining their workflow jobs, or build custom images from the source code provided in the repository.

Teams should use this repository if they need to understand what software and tools are available in GitHub-hosted runners, customize runner images for their own infrastructure, or contribute improvements to the standard images. The repository is particularly suited for organizations running Azure Pipelines who want to align their agent images with GitHub's approach, or for those building self-hosted runners who want to replicate the GitHub-hosted runner environment. The repository includes documentation on how to build VM images from the provided source code.

The project maintains active engagement with the community through issue tracking and pull requests. The codebase is primarily written in PowerShell, reflecting the need to script Windows image builds alongside Linux and macOS configurations. The repository includes comprehensive documentation covering image definitions, release information, software support policies, and frequently asked questions to help users navigate the available images and understand the build process.