check-tag-support.ps1 Has disappeared #6596
-
Describe the bugWE were using https://raw.githubusercontent.com/dotnet/dotnet-docker/main/documentation/scripts/check-tag-support.ps1 but it has gone https://github.com/dotnet/dotnet-docker/blob/main/documentation/scripts/check-tag-support.ps1 last commit to folder was 6months ago - and no delete since. has it been removed for reason? Which .NET image(s) are you using?No response Steps to reproduceaccess the file Other informationNo response Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @clRecruitment21, the script was removed because you can now check whether a .NET image tag is supported by checking its lifecycle annotations. When .NET images go out of support, a lifecycle annotation is added to the registry indicating that the image has reached end-of-life. If a tag doesn't have an end-of-life annotation, it is supported. You can see instructions for checking lifecycle annotations here: https://github.com/dotnet/dotnet-docker/blob/main/documentation/vulnerability-reporting.md#image-lifecycle-annotations |
Beta Was this translation helpful? Give feedback.
Hi @clRecruitment21, the script was removed because you can now check whether a .NET image tag is supported by checking its lifecycle annotations. When .NET images go out of support, a lifecycle annotation is added to the registry indicating that the image has reached end-of-life. If a tag doesn't have an end-of-life annotation, it is supported. You can see instructions for checking lifecycle annotations here: https://github.com/dotnet/dotnet-docker/blob/main/documentation/vulnerability-reporting.md#image-lifecycle-annotations