Update Alpine CI legs to use Alpine 3.23#3831
Merged
MichaelSimons merged 2 commits intomainfrom Dec 12, 2025
Merged
Conversation
Co-authored-by: MichaelSimons <8290530+MichaelSimons@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update AzDO pipeline for Alpine 3.23 image
Update Alpine CI legs to use Alpine 3.23
Dec 11, 2025
MichaelSimons
approved these changes
Dec 11, 2025
MichaelSimons
approved these changes
Dec 11, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure DevOps pipeline configuration to use Alpine Linux 3.23 instead of Alpine 3.21 for CI builds. The changes align with the availability of new Alpine 3.23 images in the dotnet-buildtools-prereqs-docker repository.
Key changes:
- Updated Alpine container image reference from version 3.21 to 3.23
- Updated Alpine display name from Alpine321 to Alpine323
- Updated Alpine runtime identifier from alpine.3.21-x64 to alpine.3.23-x64
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mthalman
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
This was referenced Dec 12, 2025
mthalman
pushed 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>
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>
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.
Alpine 3.23 images are now available in dotnet-buildtools-prereqs-docker. This updates the AzDO pipeline to use them.
Changes:
alpineContainerImagefromalpine-3.21-amd64toalpine-3.23-amd64alpineNamefromAlpine321toAlpine323alpineX64Ridfromalpine.3.21-x64toalpine.3.23-x64All changes are in
eng/pipelines/templates/variables/vmr-build.yml.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.