Revert "Ubuntu 24.04 (20260209) Image Update"#13706
Conversation
…)" This reverts commit fa4bbb1.
There was a problem hiding this comment.
Pull request overview
This PR reverts the previously published Ubuntu 24.04 image update by rolling back the documented kernel/image version and installed software versions in the Ubuntu 24.04 README.
Changes:
- Revert Ubuntu 24.04 kernel and image version entries.
- Revert multiple documented tool/runtime versions (e.g., Docker/Compose, CLI tools, browsers, language runtimes) in the Ubuntu 24.04 software list.
| @@ -1,11 +1,11 @@ | |||
| | Announcements | | |||
| |-| | |||
| | [[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](https://github.com/actions/runner-images/issues/13474) | | |||
There was a problem hiding this comment.
The announcement says Docker Client/Server will be updated to 29.1.* and Compose to 2.40.3 on Feb 9, 2026, but this README now lists older Docker/Compose versions below. Either update/remove this announcement, or keep the software versions consistent with the intended image state so the README doesn’t contradict itself.
| - Docker Compose v2 2.38.2 | ||
| - Docker-Buildx 0.31.1 | ||
| - Docker Client 29.1.5 | ||
| - Docker Server 29.1.5 | ||
| - Fastlane 2.232.0 | ||
| - Docker Client 28.0.4 | ||
| - Docker Server 28.0.4 |
There was a problem hiding this comment.
Docker versions in this README don’t match the repo’s Ubuntu 24.04 toolset configuration: images/ubuntu/toolsets/toolset-2404.json pins docker-ce/docker-ce-cli to 29.1.5 and the Compose plugin to 2.40.3. Please regenerate this README from the actual built image, or revert/update the toolset/scripts alongside the README so published docs align with what the image installs.
Reverts #13655