Issue ID:
Type
Feature
Title:
Add "Keep Old Image Count" to Docker Retention Policies
Created:
8/14/2025 1:27:17 PM by Alex
Status:
Open
Last pulled:
8/25/2025 8:26:26 PM
Description:
This should show up in the "General" items for Doicker feeds WITHOUT SemVer enabled. ``` /// /// When specified, the number of recent images (sorted by publish date) of each repository to retain /// [Persistent] public int? KeepOldImageCount { get; set; } ``` See EDO-11701