From 573a242b10c13e6b5e6f267b46fed4f1147033f5 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Wed, 5 Feb 2025 10:23:50 -0600 Subject: [PATCH] Upgrade test runner to Azure Linux 3.0 --- eng/common/templates/variables/docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/templates/variables/docker-images.yml b/eng/common/templates/variables/docker-images.yml index 6ef8aa0e..bdbe97d9 100644 --- a/eng/common/templates/variables/docker-images.yml +++ b/eng/common/templates/variables/docker-images.yml @@ -2,5 +2,5 @@ variables: imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2499947 imageNames.imageBuilder: $(imageNames.imageBuilderName) imageNames.imageBuilder.withrepo: imagebuilder-withrepo:$(Build.BuildId)-$(System.JobId) - imageNames.testRunner: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner2.0-docker-testrunner + imageNames.testRunner: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux3.0-docker-testrunner imageNames.testRunner.withrepo: testrunner-withrepo:$(Build.BuildId)-$(System.JobId)