From 9c02b25f08c8f1aaf7811446325ac9f873efa451 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Fri, 14 Apr 2023 09:31:18 -0700 Subject: [PATCH] Update container for building rpms to be based on mariner (#84809) --- eng/pipelines/common/templates/pipeline-with-resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/common/templates/pipeline-with-resources.yml b/eng/pipelines/common/templates/pipeline-with-resources.yml index d9222efc1a8dd..5b5399bda49ff 100644 --- a/eng/pipelines/common/templates/pipeline-with-resources.yml +++ b/eng/pipelines/common/templates/pipeline-with-resources.yml @@ -95,6 +95,6 @@ resources: image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-debpkg - container: rpmpkg - image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg + image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm stages: ${{ parameters.stages }}