# cloudflare/serverless-registry

A container registry backed by Workers and R2.

Repository: https://github.com/cloudflare/serverless-registry
Canonical: https://ross.abutalabs.com/products/serverless-registry
Language: TypeScript
License: Apache-2.0
License Family: permissive
Topics: artifacts, cloudflare, docker, docker-registry, javascript, r2, registry, typescript, workers, container, container-registry, containers
Last push: 2026-08-17T16:59:41+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 35, longevity 74
- inputs: {"age_days": 1037, "days_push": 16, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1446, forks 120 (observed 2026-08-28T04:04:45.291775+00:00)

## What it is
A self-hostable OCI container registry implemented as a Cloudflare Worker, storing image layers and manifests in Cloudflare R2 object storage. It supports full Docker push/pull workflows with username/password or JWT public-key authentication.

## Use cases
- self-host a docker container registry on cloudflare
- store container images in r2 object storage
- run a private docker registry without managing servers
- push and pull images with docker from a serverless registry
- authenticate registry pushes with jwt tokens
- replace harbor or docker hub with a cheap serverless registry

## When to choose
- you want a low-cost, serverless container registry on Cloudflare
- you already use Cloudflare Workers and R2 for infrastructure
- you need simple username/password or JWT-based registry auth
- you want full control over your image storage location

## When to avoid
- you need per-account or per-repository access scoping (not supported)
- you need a UI, vulnerability scanning, or image mirroring features
- you are not deploying on Cloudflare Workers
- you require fine-grained multi-tenant trust domains

## Facets
- artifact type: service
- maturity: active
- function: http-server, auth, object-storage, security
- domain: cloud-computing, self-hosted, infrastructure-as-code
- platform: serverless, self-hosted
- tags: container-registry, r2, cloudflare-workers, oci-registry, docker-registry, serverless, devops, containers, docker

## Member repositories
- cloudflare/serverless-registry (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:45.291775+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:36:09.763166+00:00, confidence not recorded.
  - readme: https://github.com/cloudflare/serverless-registry (fetched 2026-08-28T04:04:45.291775+00:00, sha 12a645241a96)
- Data as of 2026-08-30T08:39:29.467469+00:00.
