-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[release/10.0] Update Docker image from Debian 12 to Debian 13 with GCC15 #122321
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
…h GCC15 Co-authored-by: richlander <[email protected]>
|
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 the Docker container image from Debian 12 to Debian 13 with GCC15 across the build pipeline configuration and documentation. This is an infrastructure update to use a newer Debian base image that's already available in the container registry.
- Updates container definition and image reference from
debian-12-gcc15-amd64todebian-13-gcc15-amd64 - Updates all references to the container across pipeline files
- Updates documentation to reflect the new image version
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
eng/pipelines/common/templates/pipeline-with-resources.yml |
Updates container name and image URL from Debian 12 to Debian 13 |
eng/pipelines/common/platform-matrix.yml |
Updates container reference used in GCC Linux x64 build configuration |
docs/workflow/using-docker.md |
Updates documentation table entry to reflect Debian 13 image |
|
/ba-g "Unrelated Windows and macOS issues" |
Updates the Debian container image from
debian-12-gcc15-amd64todebian-13-gcc15-amd64across pipeline configuration and documentation.Modified files:
eng/pipelines/common/templates/pipeline-with-resources.yml- Container definition and image referenceeng/pipelines/common/platform-matrix.yml- Container name reference in build matrixdocs/workflow/using-docker.md- Documentation table entryInternal build infrastructure update. The Debian 13 image with GCC15 is already available in the container registry.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.