Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions research/ubuntulatest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ubuntu Actions Runner Image Analysis

**Last Updated**: 2026-02-14
**Source**: [Ubuntu 24.04 Runner Image Documentation](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md)
**Last Updated**: 2026-02-20
**Source**: [Ubuntu 24.04 Runner Image Documentation](https://github.com/actions/runner-images/blob/ubuntu24/20260201.15/images/ubuntu/Ubuntu2404-Readme.md)
**Ubuntu Version**: 24.04.3 LTS
**Image Version**: 20260201.15.1
**Kernel Version**: 6.11.0-1018-azure
Expand All @@ -12,6 +12,10 @@ This document provides a comprehensive analysis of the default GitHub Actions Ub

The runner image is maintained by GitHub in the [actions/runner-images](https://github.com/actions/runner-images) repository and is updated regularly with security patches and new tool versions.

## Upcoming Changes

> **[Windows/Ubuntu] Docker Server and Client will be updated to version 29.1.*, Docker Compose will be updated to version 2.40.3 on February 9th, 2026** ([#13474](https://github.com/actions/runner-images/issues/13474))

## Included Software Summary

The Ubuntu 24.04 runner includes:
Expand Down Expand Up @@ -778,7 +782,7 @@ RUN pip install \
## References

- **Runner Image Repository**: https://github.com/actions/runner-images
- **Ubuntu 24.04 Documentation**: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
- **Ubuntu 24.04 Documentation**: https://github.com/actions/runner-images/blob/ubuntu24/20260201.15/images/ubuntu/Ubuntu2404-Readme.md
- **Ubuntu Server Documentation**: https://ubuntu.com/server/docs
- **Docker Documentation**: https://docs.docker.com/
- **GitHub Actions Documentation**: https://docs.github.com/en/actions
Expand Down