From 3a0c59bcfebbf244c12039cd3f73cb328d64a58a Mon Sep 17 00:00:00 2001 From: Paulo Santos Date: Tue, 13 Jan 2026 12:21:03 +0000 Subject: [PATCH] update more docs --- docs/create-image-and-azure-resources.md | 2 +- docs/dotnet-ubuntu.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/create-image-and-azure-resources.md b/docs/create-image-and-azure-resources.md index f538408f2..ce84d62c6 100644 --- a/docs/create-image-and-azure-resources.md +++ b/docs/create-image-and-azure-resources.md @@ -1,6 +1,6 @@ # GitHub Actions Runner Images -The runner-images project uses [Packer](https://www.packer.io/) to generate disk images for Windows 2019/2022 and Ubuntu 22.04/24.04. +The runner-images project uses [Packer](https://www.packer.io/) to generate disk images for Windows 2022/2025 and Ubuntu 22.04/24.04. Each image is configured by a HCL2 Packer template that specifies where to build the image (Azure, in this case), and what steps to run to install software and prepare the disk. diff --git a/docs/dotnet-ubuntu.md b/docs/dotnet-ubuntu.md index 22d71a7d5..f8c408a72 100644 --- a/docs/dotnet-ubuntu.md +++ b/docs/dotnet-ubuntu.md @@ -4,9 +4,9 @@ This document gives an overview of these change and the impact this has on the `runner-images`. -## .NET Core for Ubuntu 2004 and 2204 +## .NET Core for Ubuntu 2204 -2004 and 2204 use the [Microsoft Package repository](https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu-install?tabs=dotnet8&pivots=os-linux-ubuntu-2004) to install .NET deb files built and published by the .NET team. +2204 uses the [Microsoft Package repository](https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu-install?tabs=dotnet8&pivots=os-linux-ubuntu-2204) to install .NET deb files built and published by the .NET team. ## .NET Core Versions from Ubuntu 2404