Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage Image Overflow in our Quay.io Repository #769

Open
dlaw4608 opened this issue Jul 22, 2024 · 0 comments · May be fixed by #843
Open

Manage Image Overflow in our Quay.io Repository #769

dlaw4608 opened this issue Jul 22, 2024 · 0 comments · May be fixed by #843
Assignees
Labels
good first issue Good for newcomers kind/enhancement New feature or request size/small

Comments

@dlaw4608
Copy link
Contributor

dlaw4608 commented Jul 22, 2024

(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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers kind/enhancement New feature or request size/small
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants