Skip to content

Manage Image Overflow in our Quay.io Repository #769

Open
@dlaw4608

Description

@dlaw4608

(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

No type

Projects

  • Status

    No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions