From 1868810624e97c373e7b0e6d299100f0b3fcddd1 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Mon, 6 Apr 2026 14:31:26 -0700 Subject: [PATCH] Remove Mariner 2.0 pipeline references Update the remaining prereqs image references to use the current Azure Linux FPM image instead of the old Mariner tag. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- eng/pipelines/maintenance-packages-pr.yml | 2 +- eng/pipelines/maintenance-packages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/maintenance-packages-pr.yml b/eng/pipelines/maintenance-packages-pr.yml index b8e758937..d29a5bf58 100644 --- a/eng/pipelines/maintenance-packages-pr.yml +++ b/eng/pipelines/maintenance-packages-pr.yml @@ -31,7 +31,7 @@ variables: resources: containers: - container: LinuxContainer - image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm + image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-fpm-amd64 stages: - stage: build diff --git a/eng/pipelines/maintenance-packages.yml b/eng/pipelines/maintenance-packages.yml index 291671259..ab58c0844 100644 --- a/eng/pipelines/maintenance-packages.yml +++ b/eng/pipelines/maintenance-packages.yml @@ -69,7 +69,7 @@ extends: os: windows containers: LinuxContainer: - image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm + image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-fpm-amd64 stages: - stage: build displayName: CI