Skip to content

Commit f982027

Browse files
[main] Update common Docker engineering infrastructure with latest (#1254)
1 parent b37615d commit f982027

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

eng/common/templates/jobs/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,11 @@ jobs:
138138
- script: mkdir -p $(Build.ArtifactStagingDirectory)/eol-annotation-data
139139
displayName: Create EOL Annotation Data Directory
140140

141-
- script: >
142-
curl -fSL
141+
- powershell: >-
142+
$(engCommonPath)/Invoke-WithRetry.ps1
143+
"curl -fSL
143144
--output $(imageInfoHostDir)/full-image-info-orig.json
144-
https://raw.githubusercontent.com/$(gitHubVersionsRepoInfo.org)/$(gitHubVersionsRepoInfo.repo)/refs/heads/$(gitHubVersionsRepoInfo.branch)/$(gitHubImageInfoVersionsPath)
145+
https://raw.githubusercontent.com/$(gitHubVersionsRepoInfo.org)/$(gitHubVersionsRepoInfo.repo)/refs/heads/$(gitHubVersionsRepoInfo.branch)/$(gitHubImageInfoVersionsPath)"
145146
condition: and(succeeded(), eq(variables['publishImageInfo'], 'true'))
146147
displayName: Download Latest Image Info
147148

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:2744543
2+
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2746495
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)