docker-registry-browser icon indicating copy to clipboard operation
docker-registry-browser copied to clipboard

Show last update time/date for images and tags

Open mligor opened this issue 4 years ago • 1 comments

It would be very useful to show on overview page date when some image is update. The same would be nice to have (for me even more interesting) for tags on repository overview page.

I know that this will probably require getting manifests as neither /v2/<name>/tags/list nor /v2/_catalog does provide this information. Kind of caching would be probably also required for large repositories.

BTW: Great project - Thank You!

mligor avatar May 11 '20 10:05 mligor

Hey @mligor,

thanks for your request and the kind words 🙇‍♂️

You're right - The API itself doesn't provide that info in the list actions of the endpoints. Maybe I can come up with an idea in future how to solve that problem in general as other feature requests would also benefit from having more details / infos already in the list (e.g. hiding empty repos or grouping tags).

klausmeyer avatar May 11 '20 13:05 klausmeyer