Skip to content

Commit 5121315

Browse files
[main] Update common Docker engineering infrastructure with latest (#6828)
1 parent 51bce9a commit 5121315

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eng/common/templates/jobs/cg-build-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
type: boolean
88
default: false
99
displayName: CG Dry Run
10-
# See https://learn.microsoft.com/dotnet/core/tools/dotnet-install-script#options for possible Channel values
10+
# See https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script#options for possible Channel values
1111
- name: dotnetVersionChannel
1212
type: string
1313
default: '9.0'

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:2830238
2+
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2839606
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

0 commit comments

Comments
 (0)