Replies: 3 comments 1 reply
-
I think you've mostly answered your own question. Why are you using See: ![]() |
Beta Was this translation helpful? Give feedback.
-
I see. The screenshot is from nightly. Anyway, my point was to show you the range of tags available. |
Beta Was this translation helpful? Give feedback.
-
Image names in the As for the use of the patch version in the tag name, you do need to keep that updated each month to remain on a supported version. As .NET's support policy states, you must be using the latest patch version to have a supported version of the product. New patch versions of .NET are released on a predictable schedule on the 2nd Tuesday of each month. To avoid needing to update the tag you reference each month, you can use a "floating" tag ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I read through the support policy but still struggling to understand it in my case.
Since .NET 6.0.20 was released there would be no base image (i.e. OS patches) updates to this image
dotnet/nightly/aspnet:6.0.19-jammy-chiseled-amd6
? Only newer,dotnet/nightly/aspnet:6.0.20-jammy-chiseled-amd6
would be updated it's base image several time until 6.0.20 would be supported?So probably that's why I already d not see this .NET version as supported here?

If this is the case, how would you suggest, without going with the floating tag we should be notified/react on the new .NET images, so we would not end up being on some tag forever just because we missed that .NET team is working hard on new builds :) We are a small team so there are not a lot of resources designated for security.
Beta Was this translation helpful? Give feedback.
All reactions