awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·1 Aufruf

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

Star-Verlauf für cloudflare/serverless-registryStar-Verlauf für cloudflare/serverless-registry

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Serverless Registry

Handverlesene Sammlungen, in denen Serverless Registry vorkommt.
  • ein globales Content Delivery Network für Dateien
  • Dezentrales Identitätsmanagementsystem
  • Container image registry

Open-Source-Alternativen zu Serverless Registry

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Serverless Registry.
  • spegel-org/spegelAvatar von spegel-org

    spegel-org/spegel

    3,485Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,485
  • boto/boto3Avatar von boto

    boto/boto3

    9,834Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,834
  • quarkusio/quarkusAvatar von quarkusio

    quarkusio/quarkus

    15,479Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,479

Häufig gestellte Fragen

Was macht cloudflare/serverless-registry?
  • dqzboy/docker-proxyAvatar von dqzboy

    dqzboy/Docker-Proxy

    4,289Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,289
  • Alle 30 Alternativen zu Serverless Registry anzeigen→

    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.

    Was sind die Hauptfunktionen von cloudflare/serverless-registry?

    Die Hauptfunktionen von cloudflare/serverless-registry sind: Container Image Registries, Remote Image Pulling, Container Registries, Container Registry Proxies, Object-Storage Persistence, Layer Chunking, Upstream Registry Caching, Container Image Registry Uploads.

    Welche Open-Source-Alternativen gibt es zu cloudflare/serverless-registry?

    Open-Source-Alternativen zu cloudflare/serverless-registry sind unter anderem: 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…