-
Notifications
You must be signed in to change notification settings - Fork 228
Update Fedora CI images from 41 to 43 in VMR build #3836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: MichaelSimons <[email protected]>
|
@copilot I wish you would have looked at the PR I linked. It added a fedora 43 image not 42! |
Co-authored-by: MichaelSimons <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Co-authored-by: mthalman <[email protected]>
|
/backport to release/10.0.1xx |
|
/backport to release/10.0.2xx |
|
Started backporting to |
|
Started backporting to |
Co-authored-by: MichaelSimons <[email protected]>
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.