Skip to content

Remove duplicate containers node#53021

Merged
vseanreesermsft merged 1 commit intorelease/9.0.1xxfrom
marcpopMSFT-patch-3
Feb 13, 2026
Merged

Remove duplicate containers node#53021
vseanreesermsft merged 1 commit intorelease/9.0.1xxfrom
marcpopMSFT-patch-3

Conversation

@marcpopMSFT
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings February 13, 2026 00:19
@marcpopMSFT
Copy link
Member Author

/backport to release/9.0.3xx

@github-actions
Copy link
Contributor

Started backporting to release/9.0.3xx (link to workflow run)

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the internal Azure DevOps CI pipeline YAML to eliminate a duplicated containers node and keep container definitions in the single, expected location for the 1ES pipeline templates.

Changes:

  • Adds sourceBuildManagedContainer under extends.parameters.containers.
  • Removes the duplicate containers block that previously existed elsewhere in the parameters structure.

@@ -79,6 +79,8 @@ extends:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-cross-arm-alpine
ubuntu2204DebPkg:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sourceBuildManagedContainer uses the same image as the existing centosStream9 container. If nothing specifically requires this extra alias, consider removing it (or switching any consumers to centosStream9) to avoid having to update the CentOS Stream 9 image tag in multiple places. If it is required by an external template, adding a short comment explaining why this separate name is needed would help prevent accidental cleanup later.

Suggested change
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
# Alias required by source-build templates; intentionally uses same image as centosStream9.

Copilot uses AI. Check for mistakes.
@vseanreesermsft vseanreesermsft merged commit 773768b into release/9.0.1xx Feb 13, 2026
24 of 43 checks passed
@vseanreesermsft vseanreesermsft deleted the marcpopMSFT-patch-3 branch February 13, 2026 00:34
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.

4 participants