seqeralabs / staticreg

A tool to generate a static website from an OCI registry containing all the images and tags the provided user has access to.
Apache License 2.0
0 stars 0 forks source link

Tag list pagination #12

Open fntlnz opened 1 month ago

fntlnz commented 1 month ago

Listing tags is an expensive operation in terms of registry calls, now, we have a caching mechanism but in some cases that might not be enough. We can implement pagination to ease the pressure.

Tags are already sorted in DESC order by push date.