There was an error while loading. Please reload this page.
1 parent 3afe96c commit 2f23175Copy full SHA for 2f23175
2 files changed
eng/common/templates/variables/docker-images.yml
@@ -1,5 +1,5 @@
1
variables:
2
- imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2766581
+ imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2776519
3
imageNames.imageBuilder: $(imageNames.imageBuilderName)
4
imageNames.imageBuilder.withrepo: imagebuilder-withrepo:$(Build.BuildId)-$(System.JobId)
5
imageNames.testRunner: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux3.0-docker-testrunner
eng/common/templates/variables/dotnet/secrets-unofficial.yml
@@ -0,0 +1,5 @@
+variables:
+- group: DotNet-Docker-Secrets-Unofficial
+
+- name: dockerHubRegistryCreds
+ value: --registry-creds 'docker.io=$(dotnetDockerHubBot.userName);$(BotAccount-dotnet-dockerhub-bot-PAT)'
0 commit comments