Skip to content

Commit

Permalink
[nightly] Update common Docker engineering infrastructure with latest (
Browse files Browse the repository at this point in the history
…#6087)

Co-authored-by: Logan Bussell <loganbussell@microsoft.com>
  • Loading branch information
dotnet-docker-bot and lbussell authored Dec 4, 2024
1 parent 7d268d6 commit fbfe62f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:2584978
imageNames.imageBuilderName: mcr.microsoft.com/dotnet-buildtools/image-builder:2593481
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
2 changes: 1 addition & 1 deletion eng/dockerfile-templates/Get-GeneratedDockerfiles.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ if (!$Branch) {
}

& $PSScriptRoot/../common/Invoke-ImageBuilder.ps1 `
-ImageBuilderArgs "generateDockerfiles --architecture '*' --os-type '*'$customImageBuilderArgs --var branch=$Branch" `
-ImageBuilderArgs "generateDockerfiles $customImageBuilderArgs --var branch=$Branch" `
-OnCommandExecuted $onDockerfilesGenerated

0 comments on commit fbfe62f

Please sign in to comment.