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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rpardini avatar

rpardini/docker-registry-proxy

0
View on GitHub↗
1,173 estrellas·190 forks·Shell·Apache-2.0·10 vistas

Docker Registry Proxy

Este proyecto proporciona una solución de gestión de infraestructura centralizada para entornos de contenedores, diseñada para agilizar la autenticación de registros, el almacenamiento en caché de imágenes y el enrutamiento de tráfico de red. Al actuar como un proxy transparente y espejo de registro, intercepta las solicitudes del motor de contenedores para aplicar políticas de seguridad consistentes y reducir el consumo de ancho de banda externo.

El sistema simplifica la gestión de acceso centralizando las credenciales para múltiples registros de contenedores externos, eliminando la necesidad de configuraciones individuales en el lado del cliente. Además, automatiza la configuración de la infraestructura mediante la inyección de variables de entorno y la orquestación de la confianza de autoridades de certificación personalizadas, asegurando que los tiempos de ejecución de contenedores se comuniquen de forma segura con la infraestructura de proxy local.

El proyecto mantiene una capa de almacenamiento local para capas de imágenes de contenedores y manifiestos, lo que acelera las operaciones de extracción (pull) en entornos de desarrollo y producción distribuidos. Se distribuye como un conjunto de scripts y configuraciones destinados al despliegue dentro de la infraestructura de contenedores empresarial.

Features

  • Enterprise Infrastructure Management - Provides a centralized infrastructure management solution for secure and efficient container registry access across enterprise clusters.
  • Upstream Registry Caching - Caches images from external registries in a local private registry to improve retrieval speed and reduce bandwidth.
  • Container Image Caching - Caches remote container image layers locally to reduce bandwidth consumption and accelerate pull operations.
  • OCI Artifact Layer Caches - Stores container image layers and manifests locally to minimize bandwidth usage and accelerate pull operations.
  • Registry Proxy Mirrors - Acts as a registry mirror that intercepts pull requests and serves content from a local cache.
  • Transparent Network Proxies - Transparently intercepts and routes container engine requests through a local proxy to enforce caching and security policies.
  • Container Environment Variable Injection - Automatically injects proxy settings into container runtime environments to ensure all traffic is routed through the local cache.
  • Container Registry Management - Centralizes credentials for multiple external container registries to simplify access management across the infrastructure.
  • Runtime Configuration Injection - Injects environment variables into container runtimes to route image download requests through a designated proxy.
  • Container Traffic Proxies - Routes container engine traffic through a single gateway to enforce consistent security policies and access controls.
  • Traffic Routing - Directs container runtime traffic through a network proxy to control access and improve image retrieval speed.
  • Proxy-Based Credential Injection - Intercepts and injects registry credentials into network traffic via a proxy to eliminate manual client-side configuration.
  • Proxy Root Certificate Imports - Adds proxy root certificates to the system trust store to ensure secure communication with external registry caches.
  • Certificate Trust Managers - Automates the installation of custom root certificates into system trust stores to enable secure communication with the proxy.
  • Registry Certificate Trusts - Imports self-signed certificates into trust stores to establish secure communication with local network proxies.

Historial de estrellas

Gráfico del historial de estrellas de rpardini/docker-registry-proxyGráfico del historial de estrellas de rpardini/docker-registry-proxy

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Docker Registry Proxy

Colecciones seleccionadas manualmente donde aparece Docker Registry Proxy.
  • Herramientas de replicación (mirroring) de registros de contenedores

Preguntas frecuentes

¿Qué hace rpardini/docker-registry-proxy?

Este proyecto proporciona una solución de gestión de infraestructura centralizada para entornos de contenedores, diseñada para agilizar la autenticación de registros, el almacenamiento en caché de imágenes y el enrutamiento de tráfico de red. Al actuar como un proxy transparente y espejo de registro, intercepta las solicitudes del motor de contenedores para aplicar políticas de seguridad consistentes y reducir el consumo de ancho de banda externo.

¿Cuáles son las características principales de rpardini/docker-registry-proxy?

Las características principales de rpardini/docker-registry-proxy son: Enterprise Infrastructure Management, Upstream Registry Caching, Container Image Caching, OCI Artifact Layer Caches, Registry Proxy Mirrors, Transparent Network Proxies, Container Environment Variable Injection, Container Registry Management.

¿Qué alternativas de código abierto existen para rpardini/docker-registry-proxy?

Las alternativas de código abierto para rpardini/docker-registry-proxy incluyen: spegel-org/spegel — Spegel is a container registry cache and peer-to-peer distribution system for Kubernetes. It functions as an OCI image… dqzboy/docker-proxy — Docker-Proxy is a self-hosted container image caching and mirroring service. It functions as a registry-aware reverse… proxymanapp/proxyman — Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket… linkerd/linkerd — Linkerd is a Kubernetes service mesh that manages network traffic between microservices. It functions as a transparent… daeuniverse/dae — dae is a high-performance Linux network tool that functions as an eBPF transparent proxy. It intercepts and redirects… fw876/helloworld — This project is a censorship circumvention tool and transparent proxy gateway designed to bypass local network…

Alternativas open-source a Docker Registry Proxy

Proyectos open-source similares, clasificados según cuántas características comparten con Docker Registry Proxy.
  • spegel-org/spegelAvatar de spegel-org

    spegel-org/spegel

    3,485Ver en 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
    Ver en GitHub↗3,485
  • dqzboy/docker-proxyAvatar de dqzboy

    dqzboy/Docker-Proxy

    4,289Ver en 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
    Ver en GitHub↗4,289
  • proxymanapp/proxymanAvatar de ProxymanApp

    ProxymanApp/Proxyman

    6,858Ver en GitHub↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    debugging-tooliosmacos
    Ver en GitHub↗6,858
  • daeuniverse/daeAvatar de daeuniverse

    daeuniverse/dae

    5,876Ver en GitHub↗

    dae is a high-performance Linux network tool that functions as an eBPF transparent proxy. It intercepts and redirects packets at the kernel level to route internet traffic based on domains, IP addresses, and process names. The project distinguishes itself by modifying TLS handshakes to simulate browser signatures, which prevents server-side detection of proxy traffic. It also implements a full-cone network address translation gateway to maintain stable bidirectional connections and utilizes a latency-based node selector to automatically route traffic through the fastest available proxy nodes.

    Godaeebpfgolang
    Ver en GitHub↗5,876
  • Ver las 30 alternativas a Docker Registry Proxy→