-
Notifications
You must be signed in to change notification settings - Fork 562
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 EOL container images #5701
Comments
@mthalman, can you provide us with a versionless docker container names/tags that just represents the latest of the distro so that we don't need to maintain these? |
There are no such tags and we explicitly do not want them to avoid the potential for breaking the build. Coincidentally, this is specifically called out at https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/1274/files#diff-59c2cf35a49a17d78cfac4d681eca2c123f5c0ea49579b99b284916b1628f395R52. |
Our build has never been broken due to moving distro versions. We have had multiple build breakages due to expiring OS versions (it was Helix queues for specific distribution versions were retired without notification, but it'sthe same underlying issue, the need to keep updating the send to helix config). For this repo at least, we would have better build stability if there was a latest tag than we've had with the distro product version being locked down. |
I would suggest logging an issue at https://github.com/dotnet/dotnet-buildtools-prereqs-docker/issues to make your case on why this would be useful. |
For reference purposes, here's the follow-up issue that was created: dotnet/dotnet-buildtools-prereqs-docker#1279 |
The following container images are unsupported to the distro being EOL and should be updated to supported versions:
wcf/eng/SendToHelix.proj
Line 34 in ed1bd7a
wcf/eng/SendToHelix.proj
Line 40 in ed1bd7a
wcf/eng/SendToHelix.proj
Line 42 in ed1bd7a
wcf/eng/SendToHelix.proj
Line 44 in ed1bd7a
Related:
Debian 11: dotnet/core#9625
Fedora 38: dotnet/core#9291
The text was updated successfully, but these errors were encountered: