[release/10.0] Update Docker image from Debian 12 to Debian 13 with GCC15#122321
Merged
richlander merged 2 commits intorelease/10.0from Dec 9, 2025
Merged
[release/10.0] Update Docker image from Debian 12 to Debian 13 with GCC15#122321richlander merged 2 commits intorelease/10.0from
richlander merged 2 commits intorelease/10.0from
Conversation
…h GCC15 Co-authored-by: richlander <2608468+richlander@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Apply changes from PR 122305 to pipeline-with-resources.yml
Apply PR #122305: Update Docker image from Debian 12 to Debian 13 with GCC15
Dec 9, 2025
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
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 |
jkoritzinsky
approved these changes
Dec 9, 2025
Member
|
/ba-g "Unrelated Windows and macOS issues" |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
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.