serverless-registry icon indicating copy to clipboard operation
serverless-registry copied to clipboard

A Docker registry backed by Workers and R2.

Results 24 serverless-registry issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Swap `router.handle` to `router.fetch`. `router.handle` is being dropped in itty-router@v5 https://itty.dev/itty-router/migrations/v4-v5#_1-router-handle-is-deprecated-in-favor-of-router-fetch

Adding a prefix to multipart uploads instead of `/UUID` for better view on R2 dashboard. Should be merged in https://github.com/cloudflare/serverless-registry/pull/78 before released to master.

This is no error when: ```bash docker pull xxx.xxx.com/library/nginx ``` but it does not work when: ```bash docker pull nginx ```` I have been write docker config ```bash root@k8s-worker1:~# cat...

As we need to copy a stream of the uploaded layer (random uuid) to a `blobs/.../` path, that might surpass the maximum size of a monolithic upload to R2 without...

### Background The upgrade of image versions is very frequent. As new versions such as v1.2.3 are used, old version images (e.g., v0.0.1, v1.0.0, v1.2.0) will no longer be used,...

Once a repository configured and deployed to workers with custom subdomain, and username/password credentials. Pushing a Docker image with `gradle jib` for a standard Spring boot app is sometimes failing....