You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/managed-devops-pools/configure-images.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -442,13 +442,13 @@ pool:
442
442
443
443
## Image lifecycle
444
444
445
-
Managed DevOps Pools provides preconfigured images that have the same software as selected Microsoft-hosted agents ([Azure Pipelines images](#azure-pipelines-images)) as well as plain vanilla images that contain only the operating system and included utilities ([Selected marketplace images](#selected-marketplace-images)). Images are retired when the image's operating system reaches the end of its support lifecycle, and images based on older versions of operating systems can be retired when images based on new versions of the operating systems are released.
445
+
Managed DevOps Pools provides preconfigured images that have the same software as selected Microsoft-hosted agents ([Azure Pipelines images](#azure-pipelines-images)) as well as plain vanilla images that contain only the operating system and included utilities ([Selected marketplace images](#selected-marketplace-images)).
446
+
447
+
Images are retired when the image's operating system reaches the end of its support lifecycle, and images based on older versions of operating systems can be retired when images based on new versions of the operating systems are released.
446
448
447
449
* [Azure Pipelines images](#azure-pipelines-images) offers the same images and follows the same deprecation schedule for [Microsoft-hosted agents](../pipelines/agents/hosted.md#software).
448
450
* [Selected marketplace images](#selected-marketplace-images) are typically retired when the image's operating system reaches the end of its support lifecycle.
449
451
450
-
[Azure Pipelines Windows 2019 hosted agents are scheduled to be deprecated by June 30, 2025](../../pipelines/agents/hosted.md?tabs=windows#windows-server-2019-hosted-image-deprecation-schedule), and Managed DevOps Pools is **removing the Azure Pipelines – Windows Server 2019** image from [Azure Pipelines images](../configure-images.md#azure-pipelines-images).
451
-
452
452
### Image deprecation schedule
453
453
454
454
* [Windows Server 2019 image deprecation schedule](#windows-server-2019-image-deprecation-schedule)
@@ -461,16 +461,16 @@ Managed DevOps Pools is removing the **Azure Pipelines – Windows Server 2019**
461
461
* Creation of new pools using **Azure Pipelines – Windows Server 2019** will be disabled starting July 2025, but existing pools on these images will continue to run until August 30, 2025.
462
462
* On September 1, 2025, use of **Azure Pipelines – Windows Server 2019 image** will be disabled. Agents using this image won't provision and pipelines won't run.
463
463
464
-
To keep your Managed DevOps Pools that currently use the **Azure Pipelines – Windows Server 2019** image running, update your image to the **Azure Pipelines - Windows Server 2022** image. You can also switch to the Windows 2019 image from [Selected marketplace images](../configure-images.md#selected-marketplace-images) or bring your own [Azure Compute Gallery](../configure-images.md#azure-compute-gallery-images) Windows 2019 image. Note that the Windows 2019 image from [Selected marketplace images](../configure-images.md#selected-marketplace-images) is a plain vanilla image and does not have pre-installed software like the **Azure Pipelines – Windows Server 2019** image.
464
+
To keep your Managed DevOps Pools that currently use the **Azure Pipelines – Windows Server 2019** image running, update your image to the **Azure Pipelines - Windows Server 2022** image. You can also switch to the Windows 2019 image from [Selected marketplace images](./configure-images.md#selected-marketplace-images) or bring your own [Azure Compute Gallery](./configure-images.md#azure-compute-gallery-images) Windows 2019 image. Note that the Windows 2019 image from [Selected marketplace images](./configure-images.md#selected-marketplace-images) is a plain vanilla image and does not have pre-installed software like the **Azure Pipelines – Windows Server 2019** image.
465
465
466
466
#### Ubuntu 20.04 image deprecation schedule
467
467
468
-
[Ubuntu 20.04 LTS Standard Support is coming to an end May 31, 2025](https://ubuntu.com/blog/ubuntu-20-04-lts-end-of-life-standard-support-is-coming-to-an-end-heres-how-to-prepare), and Managed DevOps Pools is removing the Ubuntu 20.04 images from [Selected marketplace images](../configure-images.md#selected-marketplace-images) and [Azure Pipelines images](../configure-images.md#azure-pipelines-images).
468
+
[Ubuntu 20.04 LTS Standard Support is coming to an end May 31, 2025](https://ubuntu.com/blog/ubuntu-20-04-lts-end-of-life-standard-support-is-coming-to-an-end-heres-how-to-prepare), and Managed DevOps Pools is removing the Ubuntu 20.04 images from [Selected marketplace images](./configure-images.md#selected-marketplace-images) and [Azure Pipelines images](./configure-images.md#azure-pipelines-images).
469
469
470
470
* Creation of new pools using Ubuntu 20.04 Selected marketplace images or Azure Pipelines images will be disabled starting June 1, 2025, but existing pools on these images will continue to run until July 1, 2025.
471
471
* On July 1, 2025, Pools using Ubuntu 20.04 Selected marketplace images or Azure Pipelines images will be disabled. Agents using these images won't provision and pipelines won't run.
472
472
473
-
To keep your Managed DevOps Pools that currently use Ubuntu 20.04 running, update your Ubuntu 20.04 images to Ubuntu 22.04 or 24.04 (recommended). For more information, see [Choose your pool's image](../configure-images.md#choose-your-pools-image). If you have [multiple images](../configure-images.md#use-multiple-images-per-pool-with-aliases) in your pool, [update your aliases](../configure-images.md#configure-image-aliases) for your Ubuntu images so that your pipelines that require Ubuntu will run using the desired image.
473
+
To keep your Managed DevOps Pools that currently use Ubuntu 20.04 running, update your Ubuntu 20.04 images to Ubuntu 22.04 or 24.04 (recommended). For more information, see [Choose your pool's image](./configure-images.md#choose-your-pools-image). If you have [multiple images](./configure-images.md#use-multiple-images-per-pool-with-aliases) in your pool, [update your aliases](./configure-images.md#configure-image-aliases) for your Ubuntu images so that your pipelines that require Ubuntu will run using the desired image.
0 commit comments