-
Notifications
You must be signed in to change notification settings - Fork 2k
Remove .NET 6 images #6074
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
Remove .NET 6 images #6074
Conversation
I finished the templates cleanup. This PR is getting big, so I'll stop iterating on this now and address the other follow-ups in separate PRs. |
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.
Do a search for focal
and bullseye
. All of those references can be cleaned up too since those versions were only supported for 6.0. I'm ok if that's done in a separate PR.
eng/dockerfile-templates/runtime/Dockerfile.linux.install-runtime
Outdated
Show resolved
Hide resolved
I removed one |
Fixes #6051
Currently, this includes a first-pass at removing the 6.0 images. It should run through CI now.
I will make another pass at the infrastructure, templates, and documentation to remove any other references or conditions that are now unnecessary.