serverless-registry: A Docker registry backed by Workers and R2

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. serverless-registry

    A container registry backed by Workers and R2.

    This is pretty nice. Does it support an API for deleting images (and having it properly garbage-collected)? It looks like maybe this does it? https://github.com/cloudflare/serverless-registry/blob/13c4e...

    We have a managed docker registry and could have definitely used this project!

    Slightly unrelated, but we've been experimenting with using SSH for authenticating with a docker registry if anyone is interested: https://github.com/picosh/tunkit?tab=readme-ov-file#why

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. workers.cloudflare.com

    The Cloudflare Workers website.

  4. dvc

    🦉 Data Versioning and ML Experiments

    I’m self-hosting gitea just for their private docker registry. LFS is actually slow for heavy deep learning workflow with millions of small files. I’m using DVC [1] instead.

    [1]: https://dvc.org

  5. distribution-spec

    OCI Distribution Specification

    If you are a CloudFlare employee reading this, you should get involved with the OCI Distribution group that develops the standards for the registry: https://github.com/opencontainers/distribution-spec

  6. tunkit

    SSH tunnel tooling

    This is pretty nice. Does it support an API for deleting images (and having it properly garbage-collected)? It looks like maybe this does it? https://github.com/cloudflare/serverless-registry/blob/13c4e...

    We have a managed docker registry and could have definitely used this project!

    Slightly unrelated, but we've been experimenting with using SSH for authenticating with a docker registry if anyone is interested: https://github.com/picosh/tunkit?tab=readme-ov-file#why

  7. static-container-registry

    Tools to construct a read-only container 'registry' served by plain Nginx

    this? https://github.com/NicolasT/static-container-registry

  8. crow-registry

    I built a similar PoC using Workers+R2, before Cloudflare released theirs, in case you find it useful: https://github.com/chainguard-dev/crow-registry

    We eventually built our own registry in Go running on Cloud Run, which now serves all our images on cgr.dev.

    Zero egress fees is really a game changer.

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. zot

    zot - A scale-out production-ready vendor-neutral OCI-native container image/artifact registry (purely based on OCI Distribution Specification)

    Yeah in our case we are operating a private registry on behalf of our customers, so slightly different use-case than running your own registry for your own internal use.

    If you do want to run your own registry, there's some great OSS projects including https://github.com/project-zot/zot, https://goharbor.io/, and of course https://github.com/distribution/distribution.

  11. Harbor

    An open source trusted cloud native registry project that stores, signs, and scans content.

    Yeah in our case we are operating a private registry on behalf of our customers, so slightly different use-case than running your own registry for your own internal use.

    If you do want to run your own registry, there's some great OSS projects including https://github.com/project-zot/zot, https://goharbor.io/, and of course https://github.com/distribution/distribution.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Top 8 Docker Alternatives to Consider in 2025

    6 projects | dev.to | 24 Dec 2024
  • 7 Best Practices for Container Security

    4 projects | dev.to | 25 Sep 2024
  • Complexity by Simplicity - A Deep Dive Into Kubernetes Components

    4 projects | dev.to | 18 Dec 2023
  • Understanding Docker Architecture: A Beginner's Guide to How Docker Works

    4 projects | dev.to | 8 Jun 2023
  • How do you guys monitor K8s core services new versions

    6 projects | /r/kubernetes | 3 May 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?