summaryrefslogtreecommitdiff
path: root/src/registry.rs
AgeCommit message (Collapse)Author
2026-02-08Avoid fetching tags multiple timesJesper Jensen
What a dumb bug
2026-02-07Allow for differentiated cache timesJesper Jensen
2026-02-07Inline the auth structJesper Jensen
2026-02-07There are multiple registries in thereJesper Jensen
2026-02-07Add support for anonymous authJesper Jensen
We need this to actually run the integration tests. With that said, please don't run the integration tests unless you need to. It's not nice to use other peoples infrastructure for tests.
2026-02-07Extract registry codeJesper Jensen