One thing I'm thinking is that this is a UI-bug, in that an option is set on the rule that cannot be edited in the UI; can you try deleting that particular rule, then re-adding it?
Otherwise There's no easy way to delete these;
- You could tag them, and then browse in the UI, and delete.
- Or you could do a
DELETE
request using the API, but that's not really that easy to do due to how Docker API auth works.
But we should be able to fix this, just need to figure what's causing it.
FYI -- The bug fix you mentioned earlier ( PG-2477) had to do with tag matching. The specific case was, if you had the rule "Delete Images (not requested for 10 days, matching 0.0.0-*) from the feed" set-up, then an image with BOTH 0.5.0-abc4.1.1-posse7.4.2.2
and 0.0.0-issue-PC3-1507
would not be deleted. I don't think it's related.
Thanks,
Alana