Replace EOL OS container images in CI pipeline#5769
Open
Conversation
Co-authored-by: hoyosjs <19413848+hoyosjs@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove Debian 11 from CI pipeline due to EOL
Replace EOL OS container images in CI pipeline
Mar 18, 2026
hoyosjs
reviewed
Mar 19, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Azure Pipelines container image references and job names to remove end-of-life (EOL) Linux distributions from CI, keeping the diagnostics repo aligned with currently supported OS images.
Changes:
- Updated CI container images in
eng/pipelines/pipeline-resources.yml(Alpine, Debian, Fedora, openSUSE) and removed a Debian-specificPYTHONPATHenv override. - Updated CI job names and container key references in
diagnostics.ymlto match the new container definitions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/pipelines/pipeline-resources.yml | Updates container image tags/keys used by CI test legs (including Debian 13 and Fedora 43). |
| diagnostics.yml | Renames test job legs and updates container references to match the updated resources file. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Comment on lines
73
to
75
| test_linux_musl_x64: | ||
| image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode | ||
| image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.23-amd64 | ||
| options: --cap-add=SYS_PTRACE |
Member
|
@copilot Please update the PR description |
Contributor
Author
Updated the PR description to reflect |
hoyosjs
approved these changes
Mar 20, 2026
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.
Several OS versions used in CI have reached end-of-life. This updates all affected container references to currently supported versions.
Container image updates (
eng/pipelines/pipeline-resources.yml)test_linux_musl_x64alpine-3.19-WithNodealpine-3.23-amd64-WithNodevariant retiredtest_debian_11_amd64→test_debian_13_amd64debian-11-amd64debian-13-amd64test_fedorafedora-41fedora-43test_opensuse_15_2→test_opensuse_16_0opensuse-15.2-helix-amd64opensuse-16.0-helix-amd64Also drops the
PYTHONPATH=/usr/bin/python3.9env option from the Debian container entry (no longer applicable on Debian 13).Job name/reference updates (
diagnostics.yml)Alpine3_19→Alpine3_23Debian_Bullseye/test_debian_11_amd64→Debian_Trixie/test_debian_13_amd64Fedora_39→Fedora_43Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.