Skip to content

Commit f9fb5ad

Browse files
Update common Docker engineering infrastructure with latest
1 parent 8ced2fd commit f9fb5ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/common/templates/variables/docker-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2630210
2+
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2634835
33
imageNames.imageBuilder: $(imageNames.imageBuilderName)
44
imageNames.imageBuilder.withrepo: imagebuilder-withrepo:$(Build.BuildId)-$(System.JobId)
55
imageNames.testRunner: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux3.0-docker-testrunner

eng/common/templates/variables/dotnet/common.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ variables:
5454
- name: windowsServer2025PoolName
5555
value: Docker-2025-${{ variables['System.TeamProject'] }}
5656

57-
- group: DotNet-Docker-Common-2
57+
- group: DotNet-Docker-Common
5858
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
59-
- group: DotNet-Docker-Secrets
59+
- group: DotNet-Docker-Secrets-WIF

0 commit comments

Comments
 (0)