awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
cloudflare avatar

cloudflare/serverless-registry

0
View on GitHub↗
1,405 stars·106 forks·TypeScript·Apache-2.0·20 views

Serverless Registry

Serverless Registry is a container registry service implemented as a serverless application. It provides a platform for hosting and managing container images by leveraging distributed object storage and edge computing to handle image layers and metadata.

The project distinguishes itself by utilizing edge-side request proxying and lazy pull-through caching to manage external image dependencies. By fetching and persisting remote images on demand, it improves availability and access speeds for container runtimes. The system also employs chunked stream processing to manage large image layers, ensuring reliable data transfer and storage within serverless environments.

The registry includes comprehensive security and access control mechanisms, supporting both basic authentication and token-based validation to protect repositories. It is designed to integrate with standard container runtime commands, allowing users to push and pull images while maintaining consistent access through a globally distributed infrastructure.

Features

  • Container Image Registries - Provides a container registry service for hosting, pushing, and pulling images using standard runtime commands.
  • Remote Image Pulling - Fetches and persists remote container images on demand to provide a local fallback for external dependencies.
  • Container Registries - Provides a storage platform for container images using object storage and serverless functions.
  • Container Registry Proxies - Acts as a container registry proxy to cache external images and ensure consistent availability.
  • Object-Storage Persistence - Stores large binary container layers as immutable blobs within distributed cloud object storage.
  • Layer Chunking - Implements layer chunking to manage large container image layers and ensure reliable data transfer.
  • Upstream Registry Caching - Caches external images locally to ensure consistent availability and faster access during migrations.
  • Container Image Registry Uploads - Supports reliable container image uploads by chunking large layers over constrained network connections.
  • Container Image Caching - Caches remote container images to improve deployment speeds and ensure consistent availability.
  • Cloudflare R2 Object Storages - Uses distributed object storage for hosting container image blobs and manifests with global access.
  • Cloudflare Workers Implementations - Implements the container registry protocol as a serverless application using edge computing.
  • Edge Proxies - Routes registry traffic through edge servers to handle authentication and request logic at the network edge.
  • Basic Authentication - Supports standard username and password authentication for secure interaction with image repositories.
  • Credential-Based Access Controls - Validates incoming requests against stored credentials or public keys to enforce repository security.
  • Registry Access Controls - Secures image repositories by validating user credentials and tokens to prevent unauthorized access.

Star history

Star history chart for cloudflare/serverless-registryStar history chart for cloudflare/serverless-registry

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Serverless Registry

These projects share indexed features with Serverless Registry. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • spegel-org/spegelspegel-org avatar

    spegel-org/spegel

    3,485View on GitHub↗

    Spegel is a container registry cache and peer-to-peer distribution system for Kubernetes. It functions as an OCI image mirror and content addressable store that shares image layers between cluster nodes to reduce external registry traffic and latency. The project implements a distributed hash table to locate image digests across the network, allowing nodes to retrieve content from peers rather than repeated external downloads. This architecture mitigates registry rate-limiting and provides offline image availability to prevent workload failures during registry outages. The system covers capa

    Gocloudcontainerddocker
    View on GitHub↗3,485
  • boto/boto3boto avatar

    boto/boto3

    9,834View on GitHub↗

    Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain

    Pythonawsaws-sdkcloud
    View on GitHub↗9,834
  • quarkusio/quarkusquarkusio avatar

    quarkusio/quarkus

    15,479View on GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Javacloud-nativehacktoberfestjava
    View on GitHub↗15,479
  • dqzboy/docker-proxydqzboy avatar

    dqzboy/Docker-Proxy

    4,289View on GitHub↗

    Docker-Proxy is a self-hosted container image caching and mirroring service. It functions as a registry-aware reverse proxy that intercepts requests to remote registries, storing image layers on local disks to accelerate retrieval speeds and reduce dependencies on external network stability. The service includes a web-based management interface for searching mirrored images and monitoring service status. It supports credential-based authentication to access private images and bypass anonymous pull rate limits imposed by remote providers. The proxy manages traffic through domain mapping and s

    JavaScript
    View on GitHub↗4,289
Compare all 30 related projects→

Frequently asked questions

What does cloudflare/serverless-registry do?

Serverless Registry is a container registry service implemented as a serverless application. It provides a platform for hosting and managing container images by leveraging distributed object storage and edge computing to handle image layers and metadata.

What are the main features of cloudflare/serverless-registry?

The main features of cloudflare/serverless-registry are: Container Image Registries, Remote Image Pulling, Container Registries, Container Registry Proxies, Object-Storage Persistence, Layer Chunking, Upstream Registry Caching, Container Image Registry Uploads.

Which projects share features with cloudflare/serverless-registry?

Projects with overlapping indexed features include: spegel-org/spegel — Spegel is a container registry cache and peer-to-peer distribution system for Kubernetes. It functions as an OCI image… boto/boto3 — Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud… quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… dqzboy/docker-proxy — Docker-Proxy is a self-hosted container image caching and mirroring service. It functions as a registry-aware reverse… docker-archive-public/docker.labs — This project is a comprehensive collection of tutorials and guided laboratories designed to teach containerization,… containerd/containerd — Containerd is a daemon-based container runtime that manages the complete lifecycle of containers on a host system. It…

Curated searches featuring Serverless Registry

Hand-picked collections where Serverless Registry appears.
  • a global content delivery network for files
  • a decentralized identity management system
  • Container image registry