Merged
Conversation
Contributor
There was a problem hiding this comment.
PR Overview
This PR updates the container image references in the pipeline template by pinning them to specific SHA256 digests in order to prevent CI breakage.
- Each container image now includes a digest to ensure deterministic builds.
- All image references within the pipeline template have been updated with their corresponding pinned SHAs.
Reviewed Changes
| File | Description |
|---|---|
| eng/pipelines/common/templates/pipeline-with-resources.yml | Updated container image references to include SHA256 digests for improved reliability during CI runs. |
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Contributor
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
This was referenced Mar 6, 2025
Member
Author
|
@carlossanlop @jkoritzinsky -- Looks like this one can be merged. Need some help to push it forward. |
Member
|
/ba-g "Known issue: dotnet/dnceng#5149" |
richlander
added a commit
that referenced
this pull request
Mar 7, 2025
This reverts commit 0f45fea.
steveisok
pushed a commit
that referenced
this pull request
Mar 12, 2025
mmitche
pushed a commit
that referenced
this pull request
Mar 13, 2025
* Update dependencies from https://github.com/dotnet/arcade build 20250310.4 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitAssert , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25113.2 -> To Version 10.0.0-beta.25160.4 * Downgrade SDK and dotnet versions in global.json * Fix typo in global.json * Rolling back to 10.0.100-alpha.1.25077.2 * Pin SHAs for container images (#113185) * Bump MicrosoftDotNetApiCompatTaskVersion * Bump SdkVersionForWorkloadTesting individually instead * Revert MicrosoftDotNetApiCompatTaskVersion too * Update SdkVersionForWorkloadTesting value --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Larry Ewing <[email protected]> Co-authored-by: Eric StJohn <[email protected]> Co-authored-by: Rich Lander <[email protected]> Co-authored-by: Steve Pfister <[email protected]> Co-authored-by: Alexander Köplinger <[email protected]>
richlander
added a commit
that referenced
this pull request
Mar 13, 2025
MichalStrehovsky
added a commit
that referenced
this pull request
Mar 17, 2025
richlander
added a commit
that referenced
this pull request
Mar 18, 2025
jkotas
pushed a commit
that referenced
this pull request
Mar 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We need to pre-pin these references to ensure that don't break CI.
Tool used: