Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/utilitywarehouse/registry-browser


https://github.com/utilitywarehouse/registry-browser

uw-dep-alpine uw-dep-go uw-owner-system

Last synced: about 19 hours ago
JSON representation

Awesome Lists containing this project

README

        

# registry-browser

Depending on the storage driver you're using, listing repositories and tags via
the docker registry API can be incredibly slow and resource intensive when you're
storing a large number of objects. This makes implementing a performant UI for the
registry using the API impractical.

This project provides a responsive UI by listing objects directly from the
storage backend and only calling the registry to retrieve manifest information.

Storage drivers currently supported:
- S3

## Deployment

A Kustomize base for deploying the browser can be found at
[manifests/base](manifests/base).

Refer to the [example](manifests/example).