-
Notifications
You must be signed in to change notification settings - Fork 228
Update Alpine CI legs to use Alpine 3.23 #3831
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]>
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 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.
|
/backport to release/10.0.1xx |
|
/backport to release/10.0.2xx |
|
Started backporting to |
|
Started backporting to |
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.