Summary
Add an ECR image and tag browser so users can inspect what image versions exist in a repository and identify stale images.
Scope
- Show tags, digests, pushed time, and image size for a selected repository
- Highlight untagged images and older candidates for cleanup
- Provide clipboard-friendly digest/tag values for follow-up use
Acceptance Criteria
- Selecting an ECR repository opens an image/tag list
- The image list includes digest, pushed time, and size metadata
- The view clearly surfaces untagged or stale images
- Tests cover image metadata mapping and the navigation flow
- README is updated
Summary
Add an ECR image and tag browser so users can inspect what image versions exist in a repository and identify stale images.
Scope
Acceptance Criteria