Skip to content

Commit 05bd764

Browse files
Update common Docker engineering infrastructure from mcr.microsoft.com/dotnet-buildtools/image-builder@sha256:625a51b1f94918c079078c96870b8ef5a79fdc070b814e749c00edcb93ea7d84
1 parent ff26328 commit 05bd764

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

eng/docker-tools/Install-DotNetSdk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ param(
2020
[string]
2121
$InstallPath,
2222
[string]
23-
$Channel = "9.0"
23+
$Channel = "10.0"
2424
)
2525

2626
Set-StrictMode -Version Latest

eng/docker-tools/templates/jobs/cg-build-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parameters:
1515
# See https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script#options for possible Channel values
1616
- name: dotnetVersionChannel
1717
type: string
18-
default: '9.0'
18+
default: '10.0'
1919
displayName: .NET Version
2020
# Additional steps to run before building projects (e.g. custom SDK installation).
2121
- name: initSteps

eng/docker-tools/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@sha256:01b9ecbc6c126e25aec9060c8fe4d4a8bf84babcfed7422b136a29bc4c607513
2+
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder@sha256:625a51b1f94918c079078c96870b8ef5a79fdc070b814e749c00edcb93ea7d84
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)