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

Show last update time/date for images and tags #291

Open
mligor opened this issue May 11, 2020 · 1 comment
Open

Show last update time/date for images and tags #291

mligor opened this issue May 11, 2020 · 1 comment

Comments

@mligor
Copy link

mligor commented May 11, 2020

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!

@klausmeyer
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants