Skip to content

Update configure-images.md #14307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions docs/managed-devops-pools/configure-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ Each image includes the following installed software.

| Image | Included software |
|-------|-------------------|
| Azure Pipelines - Windows Server 2025 | [Included software](https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md) |
| Azure Pipelines - Windows Server 2022 | [Included software](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md) |
| Azure Pipelines - Windows Server 2019 | [Included software](https://github.com/actions/runner-images/blob/main/images/windows/Windows2019-Readme.md) |
| Azure Pipelines - Ubuntu 24.04 | [Included software](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md) |
| Azure Pipelines - Ubuntu 22.04 | [Included software](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md) |
| Azure Pipelines - Ubuntu 20.04 | [Included software](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md) |

> [!IMPORTANT]
> [!INCLUDE [image-deprecation](./includes/image-deprecation.md)]
Expand Down Expand Up @@ -282,8 +282,8 @@ Choose **Azure Compute Gallery images** to specify an image from any Azure Compu

* Windows Server 2019
* Windows Server 2022
* Windows Server 2025
* Windows 11
* Ubuntu 20.04
* Ubuntu 22.04
* Ubuntu 24.04
* Debian 9
Expand Down Expand Up @@ -406,11 +406,11 @@ In addition to any aliases that you configure, Azure Pipelines images have the f

| Azure Pipelines image | Predefined alias |
|-----------------------|------------------|
| Azure Pipelines - Windows Server 2025 | `windows-2025` |
| Azure Pipelines - Windows Server 2022 | `windows-2022` |
| Azure Pipelines - Windows Server 2019 | `windows-2019` |
| Azure Pipelines - Ubuntu 24.04 | `ubuntu-24.04` |
| Azure Pipelines - Ubuntu 22.04 | `ubuntu-22.04` |
| Azure Pipelines - Ubuntu 20.04 | `ubuntu-20.04` |

### Use demands to specify an image

Expand Down