Skip to content

Commit ad916de

Browse files
Update common Docker engineering infrastructure with latest
1 parent 3afe96c commit ad916de

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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:2766581
2+
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2770436
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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
variables:
2+
- group: DotNet-Docker-Secrets-Unofficial
3+
4+
- name: dockerHubRegistryCreds
5+
value: --registry-creds 'docker.io=$(dotnetDockerHubBot.userName);$(BotAccount-dotnet-dockerhub-bot-PAT)'

0 commit comments

Comments
 (0)