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

render loop fixes #10

Closed fntlnz closed 3 months ago

fntlnz commented 3 months ago

Fixes #9

The problem was actually the caching library we were using, see https://github.com/seqeralabs/staticreg/commit/1261cfcb1f89e1bcd9e2935bbaa4bea254f1de6c

While fixing that I discovered other issues and inconsistencies with status codes and sent the other patch to address those.

fntlnz commented 3 months ago

Ok I need to do a fix release for this so I can update, if there are any comments and fixes needed to do I can address them in a new PR.