Currently, Quay's UI does not display images that are pulled by digest unless they have an associated tag. This creates visibility issues for repositories accessed exclusively via digests. Even after removing tags, the corresponding images remain accessible via the image digest (e.g., image@sha256:...), but they are not shown in the UI. The feature request is to either:
- Display a list of active manifests (digest-only) in the UI, or
- Provide a toggle/view in the UI to include digest-only blobs and manifests
The customer is experiencing difficulties in:
- Tracking actual usage or confirming that the image content is still accessible.
- Performing audits or debugging when verifying what digests are in use.
- Understanding which manifests or blobs are consuming storage.
While this information can be retrieved via the API, the customer prefers having it directly available in the UI to improve developer, auditor, and security reviewer efficiency without needing to script around the API.
How would the customer like to achieve this?
The customer proposes either:
- A UI update that displays digest-only images in the repository view.
- A toggle or view that includes digest-only manifests and blobs, allowing for easy tracking and audits.
Is there already an existing RFE upstream or in Red Hat Bugzilla? No