Skip to content

Commit

Permalink
Update common Docker engineering infrastructure with latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-docker-bot committed Feb 6, 2025
1 parent 9e1ff73 commit de1b8b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/common/templates/variables/docker-images.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2630210
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2634835
imageNames.imageBuilder: $(imageNames.imageBuilderName)
imageNames.imageBuilder.withrepo: imagebuilder-withrepo:$(Build.BuildId)-$(System.JobId)
imageNames.testRunner: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux3.0-docker-testrunner
Expand Down
4 changes: 2 additions & 2 deletions eng/common/templates/variables/dotnet/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ variables:
- name: windowsServer2025PoolName
value: Docker-2025-${{ variables['System.TeamProject'] }}

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

0 comments on commit de1b8b6

Please sign in to comment.