-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Migrate off of Debian 11 #59584
base: release/8.0
Are you sure you want to change the base?
Migrate off of Debian 11 #59584
Conversation
Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at. |
Contributes to #59185 |
eng/targets/Helix.Common.props
Outdated
@@ -3,7 +3,7 @@ | |||
<PropertyGroup> | |||
<HelixQueueAlmaLinux8>(AlmaLinux.8.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:almalinux-8-helix-amd64</HelixQueueAlmaLinux8> | |||
<HelixQueueAlpine317>(Alpine.317.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-amd64</HelixQueueAlpine317> | |||
<HelixQueueDebian11>(Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64</HelixQueueDebian11> | |||
<HelixQueueDebian11>(Debian.12.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-12-helix-amd64</HelixQueueDebian11> |
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.
Please also change the property name to HelixQueueDebian12
& replace all instances of it in the repo
Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime. |
aspnetcore references a Debian 11 image that is EOL (see dotnet/core#9625):
aspnetcore/eng/targets/Helix.Common.props
Line 6 in dc3b208
Update Debian11 -> 12