Skip to content

Pin .NET 11 CI container to last green digest - #9792

Merged
JoeRobich merged 1 commit into
mainfrom
fix/pin-net11-container
Sep 18, 2026
Merged

JoeRobich merged 1 commit into
mainfrom
fix/pin-net11-container

Conversation

@JoeRobich

Copy link
Copy Markdown
Member

Summary

The mutable image changed from SDK 11.0.100-preview.7.26381.103 to 11.0.100-rc.1.26425.128. The RC1 SDK falls in the compatibility window described by dotnet/roslyn#85204 and fixed by dotnet/sdk#56160, causing the file-based program restore integration test to miss the post-restore assets update.

Validation

  • git diff --check
  • confirmed the pinned manifest resolves from MCR with HTTP 200

Temporarily use the last green container digest while the mutable image contains an SDK with the file-based app restore mismatch.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 041bc90e-f70d-45f6-a8c6-bb78fd789dbe
Copilot AI lite review requested due to automatic review settings September 18, 2026 21:41
@JoeRobich
JoeRobich requested a review from a team as a code owner September 18, 2026 21:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟢 Approval recommended

The only remaining comment is a minor documentation nit and does not block approval.

Review effort: Lite
Findings: None

What changed in this PR

Pins the Linux .NET 11 CI container to a known-good immutable digest to avoid RC1 image-related test failures.

Changes:

  • Replaces the mutable image tag with a pinned digest.
  • Documents temporary pin removal tracking via issue #9791.
File Description
azure-pipelines.yml Pins the Linux .NET 11 test container image.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@dibarbet dibarbet left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're probably in a catch 22 here - devkit requires 11 rc, but this breaks fbp tests...

@JoeRobich
JoeRobich merged commit b5c3304 into main Sep 18, 2026
39 checks passed
@JoeRobich
JoeRobich deleted the fix/pin-net11-container branch September 18, 2026 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants