Update Fedora CI images from 41 to 43 in VMR build#3836
Merged
MichaelSimons merged 6 commits intomainfrom Dec 15, 2025
Merged
Conversation
Co-authored-by: MichaelSimons <8290530+MichaelSimons@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Fedora version used in CI to latest
Update Fedora CI images from 41 to 42
Dec 11, 2025
Member
|
@copilot I wish you would have looked at the PR I linked. It added a fedora 43 image not 42! |
Co-authored-by: MichaelSimons <8290530+MichaelSimons@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Update Fedora CI images from 41 to 42
Update Fedora CI images from 41 to 43
Dec 11, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Fedora CI infrastructure from version 41 to version 43 following Fedora 41's end-of-life on November 19, 2025. The update ensures continued CI support by migrating to newer Fedora 43 buildtools container images.
- Updates container image references from
fedora-41tofedora-43 - Updates Runtime Identifier (RID) from
fedora.41-x64tofedora.43-x64 - Updates display names from
Fedora41toFedora43
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
eng/pipelines/templates/variables/vmr-build.yml |
Updates Fedora container image, RID, and display name variables for VMR builds |
src/diagnostics/eng/pipelines/pipeline-resources.yml |
Updates Fedora test container image reference for diagnostics pipeline |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mthalman
reviewed
Dec 12, 2025
Co-authored-by: mthalman <15789599+mthalman@users.noreply.github.com>
Copilot
AI
changed the title
Update Fedora CI images from 41 to 43
Update Fedora CI images from 41 to 43 in VMR build
Dec 12, 2025
MichaelSimons
approved these changes
Dec 12, 2025
Member
|
/backport to release/10.0.1xx |
Member
|
/backport to release/10.0.2xx |
Contributor
|
Started backporting to |
Contributor
|
Started backporting to |
This was referenced Dec 12, 2025
Co-authored-by: MichaelSimons <8290530+MichaelSimons@users.noreply.github.com>
MichaelSimons
approved these changes
Dec 15, 2025
mthalman
approved these changes
Dec 15, 2025
mthalman
added a commit
to mthalman/dotnet
that referenced
this pull request
Feb 19, 2026
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MichaelSimons <8290530+MichaelSimons@users.noreply.github.com> Co-authored-by: mthalman <15789599+mthalman@users.noreply.github.com> Co-authored-by: Michael Simons <msimons@microsoft.com>
Merged
mthalman
pushed a commit
to mthalman/dotnet
that referenced
this pull request
Feb 19, 2026
Distro versions need to match the artifacts that are now being consumed from the 1xx branch. Backport of dotnet#3836 and dotnet#3831 ---- #### AI description (iteration 1) #### PR Classification This pull request performs a version upgrade for distro builds in the CI pipeline configuration. #### PR Summary The update modifies distro version variables in `/eng/pipelines/templates/variables/vmr-build.yml` to utilize newer releases for Alpine and Fedora. - `/eng/pipelines/templates/variables/vmr-build.yml`: Updated `alpineName` from Alpine321 to Alpine323 and `alpineX64Rid` from alpine.3.21-x64 to alpine.3.23-x64, along with corresponding container image tags. - `/eng/pipelines/templates/variables/vmr-build.yml`: Updated `fedoraName`, `fedoraX64Rid`, and container image tag from Fedora41 to Fedora43 variants. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
github-actions bot
pushed a commit
that referenced
this pull request
Feb 23, 2026
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MichaelSimons <8290530+MichaelSimons@users.noreply.github.com> Co-authored-by: mthalman <15789599+mthalman@users.noreply.github.com> Co-authored-by: Michael Simons <msimons@microsoft.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fedora 41 reached EOL on November 19, 2025. Updates CI to use Fedora 43 buildtools images added in dotnet-buildtools-prereqs-docker#1567.
Updated references:
fedora-41→fedora-43-amd64(with arch suffix per standard tagging)fedora.41-x64→fedora.43-x64Fedora41→Fedora43Files changed:
eng/pipelines/templates/variables/vmr-build.yml- Main VMR build variablesNote: The diagnostics repository will handle updating its own pipeline configuration (
src/diagnostics/eng/pipelines/pipeline-resources.yml) independently to execute its full CI.This will need to be backported to servicing branches.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.