Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jun 6, 2025

Ubuntu 20.04 buildtools containers are EOL as noted in dotnet/dotnet-buildtools-prereqs-docker#1449 and need to be upgraded to a supported version.

This PR updates all references from Ubuntu 20.04 to Ubuntu 22.04:

Changes made:

  1. azure-pipelines-arcade-PR.yml:

    • Container image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-coredepsubuntu-22.04-coredeps
    • Container name: ubuntu_2004_20211215ubuntu_2204
    • Pool demands: build.Ubuntu.2004.Amd64.Openbuild.Ubuntu.2204.Amd64.Open
  2. eng/common/core-templates/job/source-build.yml:

    • Pool demands: build.ubuntu.2004.amd64build.ubuntu.2204.amd64

Ubuntu 22.04 is a supported LTS version and aligns with existing patterns already present in the codebase. All YAML configurations have been validated for syntax correctness.

Fixes #5794.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI changed the title [WIP] Update usage of Ubuntu 20.04 buildtools containers Update Ubuntu 20.04 buildtools containers to Ubuntu 22.04 Jun 6, 2025
@Copilot Copilot AI requested a review from mconnew June 6, 2025 18:46
Copilot finished work on behalf of mconnew June 6, 2025 18:46
@mconnew mconnew marked this pull request as ready for review June 6, 2025 21:41
@mconnew mconnew merged commit 684a3de into main Jun 6, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update usage of Ubuntu 20.04 buildtools containers
2 participants