serverless-registry
serverless-registry copied to clipboard
A Docker registry backed by Workers and R2.
This PR introduces a garbage collector. When we remove an image or tag from the repository, blobs referenced by deleted manifests are not removed from R2. With this new PR,...
Our getting started guide (https://github.com/cloudflare/serverless-registry/?tab=readme-ov-file#deployment) currently shows you how to deploy the Worker, but doesn't explain how to upload an image to the registry.
Great project you've done here! Currently there's only the option to have a user/token that can pull and push images. It would be great to have the ability to have...
Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...