Skip to content

Commit ab6a321

Browse files
Update common Docker engineering infrastructure with latest
1 parent af78485 commit ab6a321

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

eng/common/templates/jobs/build-images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ jobs:
126126
displayName: Publish Image Info File Artifact
127127
- ${{ if and(eq(variables['System.TeamProject'], parameters.internalProjectName), ne(variables['Build.Reason'], 'PullRequest')) }}:
128128
# Define the task here to load it into the agent so that we can invoke the tool manually
129-
- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
129+
# TODO: Revert the build-specific pinned version when https://github.com/dotnet/docker-tools/issues/1152 is fixed
130+
- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0.197.56
130131
inputs:
131132
BuildDropPath: $(Build.ArtifactStagingDirectory)
132133
displayName: Load Manifest Generator

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:2199899
2+
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2220121
33
imageNames.imageBuilder: $(imageNames.imageBuilderName)
44
imageNames.imageBuilder.withrepo: imagebuilder-withrepo:$(Build.BuildId)-$(System.JobId)
55
imageNames.testRunner: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-bullseye-slim-docker-testrunner

0 commit comments

Comments
 (0)