-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 support for .NET 6.0 #6051
Comments
I was just going to log this. 😄 |
Checklist:
|
unfortunately, we still need to stick with .net6 for awhile. Will .net6 docker images still exist in MCR after this ticket is done? |
Yes. This issues is only about new images. There won't be any. We have no plans to delete any images. EOL annotations are all you need worry about: #6054. |
To re-enforce what @richlander stated. The following is documented in the Tag Lifecycle section of the Supported Tags documentation
|
Per one of the checkboxes above, I updated the dotnet-docker-nightly-no-cache pipeline path args to: - --path 'src/*/alpine*' --path 'src/*/6.0/nanoserver-ltsc2022/amd64' --path 'src/*/cbl-mariner*/amd64'
+ --path 'src/*/alpine*' --path 'src/*/9.0/nanoserver-ltsc2025/amd64' --path 'src/*/azurelinux*/amd64' |
.NET 6.0 reached EOL on Nov 12, 2024. Per the Tag Lifecycle documentation, the 6.0 images will continue to be rebuilt upon base image updates for one month. After that time, all 6.0 infra, Dockerfiles, tests, documentation, etc. should be removed. Work can begin in nightly now.
The text was updated successfully, but these errors were encountered: