Open
Description
(Follow-up from Issue #241)
The original issue #241 addressed two main concerns: image overflow in our Quay.io repository and pull requests from forks not triggering builds and pushes of images. While the second issue has been resolved, we still need to address the first issue regarding image overflow.
Problem
Image Overflow
The Quay.io repository is accumulating a large number of image tags over time.
It would be a good idea to filter out older tags no longer relevant and delete them.
Though some tags remain relevant and should not be deleted, even if they are old.
Proposed Solution
- Automate Cleanup: Automatically identify and delete image tags older than six months (or however old is deemed no longer relevant).
- Preserve Relevant Tags: Ensure the relevant tags are not deleted. Ex. (version-release)
Metadata
Metadata
Assignees
Type
Projects
Status
No status