Upgrade Ubuntu 20.04 Helix containers#116379
Closed
mthalman wants to merge 2 commits intodotnet:release/9.0-stagingfrom
Closed
Upgrade Ubuntu 20.04 Helix containers#116379mthalman wants to merge 2 commits intodotnet:release/9.0-stagingfrom
mthalman wants to merge 2 commits intodotnet:release/9.0-stagingfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the Helix container base images from Ubuntu 20.04 to Ubuntu 22.04 to address the Ubuntu 20.04 EOL.
- Updated Docker image tags for Linux arm64 queues to use
ubuntu-22.04-helix-arm64v8 - Adjusted both public and internal Helix queue definitions
Comments suppressed due to low confidence (2)
eng/pipelines/coreclr/templates/helix-queues-setup.yml:73
- The queue display name still references
Ubuntu.2004.Arm64.Openeven though the image is nowubuntu-22.04. Consider updating it toUbuntu.2204.Arm64.Opento avoid confusion.
- - (Ubuntu.2004.Arm64.Open)Ubuntu.2204.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-arm64v8
eng/pipelines/coreclr/templates/helix-queues-setup.yml:75
- The internal queue label still shows
Ubuntu.2004.Arm64but should referenceUbuntu.2204.Arm64now that the image is on Ubuntu 22.04.
- - (Ubuntu.2004.Arm64)Ubuntu.2204.ArmArch@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-arm64v8
akoeplinger
approved these changes
Jun 6, 2025
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Member
Author
|
Closing in favor of #115503 |
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.
These need to be upgraded due to Ubuntu 20.04 EOL: dotnet/dotnet-buildtools-prereqs-docker#1449