Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/utilitywarehouse/registry-browser
- Owner: utilitywarehouse
- Created: 2021-06-10T10:32:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T15:57:21.000Z (2 months ago)
- Last Synced: 2024-10-18T16:03:18.648Z (2 months ago)
- Topics: uw-dep-alpine, uw-dep-go, uw-owner-system
- Language: HTML
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).