You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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).
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!
The text was updated successfully, but these errors were encountered: