-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[release/10.0] Update Alpine references to Alpine 3.23 #122325
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: richlander <2608468+richlander@users.noreply.github.com>
|
@jkoritzinsky @sbomer This one looks ready for approval. |
|
/ba-g "Known macOS failues" |
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
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 Alpine Linux version references from 3.22 to 3.23 across Helix queue configurations and pipeline templates to keep the infrastructure current with the latest stable Alpine release.
Key Changes
- Updated queue names from Alpine.322 to Alpine.323 for linux_musl platforms (x64, arm32, arm64)
- Updated container image tags from alpine-3.22 to alpine-3.23 for all affected architectures
- Preserved Alpine edge references for extra platform builds (intentionally unchanged)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/libraries/helix-queues-setup.yml | Updated Alpine queue names and image tags for linux_musl_x64 and linux_musl_arm64 platforms; Alpine edge preserved for extra platforms |
| eng/pipelines/installer/helix-queues-setup.yml | Updated Alpine queue names and image tags for linux_musl_x64 and linux_musl_arm64 platforms |
| eng/pipelines/coreclr/templates/helix-queues-setup.yml | Updated Alpine queue names and image tags for linux_musl_x64, linux_musl_arm32, and linux_musl_arm64 platforms (both public and internal queues) |
| eng/pipelines/common/templates/pipeline-with-resources.yml | Updated linux_musl_x64_dev_innerloop container image to alpine-3.23-amd64 |
Updates Alpine Linux version from 3.22 to 3.23 across helix queue configurations and pipeline templates. Alpine edge references remain unchanged.
Changes
All changes update both queue names (Alpine.322 → Alpine.323) and container image tags (alpine-3.22 → alpine-3.23).
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.