Skip to content
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

Latest Monitor 6.3 images not getting annotated as EOL #6113

Open
mthalman opened this issue Dec 13, 2024 · 1 comment
Open

Latest Monitor 6.3 images not getting annotated as EOL #6113

mthalman opened this issue Dec 13, 2024 · 1 comment

Comments

@mthalman
Copy link
Member

The latest builds of the .NET Monitor 6.3 images are not annotated as EOL even though they technically should be since .NET 6 is EOL. The Dockerfiles still exist in the repo due to the 1-month grace period after EOL (and end-of-year extension). This does not get handled by the product EOL detection which reads the product EOL date from the releases.json file because that is for version 6.0 whereas Monitor is version 6.3. Perhaps this should be updated to match on any minor version since there are no minor versions to consider for the main .NET product anymore?

@lbussell
Copy link
Contributor

[Triage] There are a couple of other ways we could solve this:

  1. Mark an image EOL if it is based on an EOL image (that we produce)
  2. Find a way to detect if a specific major-minor version of .NET Monitor is EOL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Current Release
Development

No branches or pull requests

2 participants