Skip to content

Commit 5134008

Browse files
[main] Update common Docker engineering infrastructure with latest (#1185)
1 parent d1c5f5d commit 5134008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2566544
2+
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2570468
33
imageNames.imageBuilder: $(imageNames.imageBuilderName)
44
imageNames.imageBuilder.withrepo: imagebuilder-withrepo:$(Build.BuildId)-$(System.JobId)
55
imageNames.testRunner: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner2.0-docker-testrunner

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variables:
2929
- name: windowsServer2016PublicPoolImage
3030
value: Server2016-NESDockerBuilds
3131
- name: windowsServer2016InternalPoolImage
32-
value: Server2016-NESDockerBuilds-PT
32+
value: Server2016-NESDockerBuilds-1ESPT
3333
- name: windowsServer2016PoolName
3434
value: Docker-2016-${{ variables['System.TeamProject'] }}
3535

0 commit comments

Comments
 (0)