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:
9/8/2025 1:25:43 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