Skip to content

Commit

Permalink
[main] Update common Docker engineering infrastructure with latest (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-docker-bot authored May 29, 2024
1 parent daea60e commit 58a18cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 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:2456393
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2461919
imageNames.imageBuilder: $(imageNames.imageBuilderName)
imageNames.imageBuilder.withrepo: imagebuilder-withrepo:$(Build.BuildId)-$(System.JobId)
imageNames.testRunner: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner2.0-docker-testrunner
Expand Down
5 changes: 0 additions & 5 deletions eng/common/templates/variables/dotnet/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,3 @@ variables:
value: $(dotnetDockerBot.userName)
- name: gitHubVersionsRepoInfo.email
value: $(dotnetDockerBot.email)

- name: kusto.servicePrincipalPassword
value: $(app-DotnetDockerTelemetryIngestion-client-secret)
- name: mcrStatus.servicePrincipalPassword
value: $(app-DotnetDockerMcrStatusApi-client-secret)
6 changes: 1 addition & 5 deletions eng/common/templates/variables/dotnet/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ variables:
value: internal
- name: dockerHubRegistryCreds
value: --registry-creds 'docker.io=$(dotnetDockerHubBot.userName);$(BotAccount-dotnet-dockerhub-bot-PAT)'
- name: acr.servicePrincipalPassword
value: $(app-dotnetdockerbuild-client-secret)
- name: acr.password
value: $(BotAccount-dotnet-docker-acr-bot-password)

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

0 comments on commit 58a18cf

Please sign in to comment.