You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
(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
The text was updated successfully, but these errors were encountered: