8000 Latest Monitor 6.3 images not getting annotated as EOL · Issue #6113 · dotnet/dotnet-docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Latest Monitor 6.3 images not getting annotated as EOL #6113

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

Closed
mthalman opened this issue Dec 13, 2024 · 2 comments
Closed

Latest Monitor 6.3 images not getting annotated as EOL #6113

mthalman opened this issue Dec 13, 2024 · 2 comments

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?

@github-project-automation github-project-automation bot moved this to Backlog in .NET Docker Dec 13, 2024
@lbussell lbussell moved this from Backlog to Current Release in .NET Docker Dec 16, 2024
@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.

@lbussell
Copy link
Contributor
lbussell commented May 8, 2025

Fixed with dotnet/docker-tools#1590 by removing all product-version-based EOL annotation logic.

@lbussell lbussell closed this as completed May 8, 2025
@github-project-automation github-project-automation bot moved this from Current Release to Done in .NET Docker May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants
0