awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rpardini avatar

rpardini/docker-registry-proxy

0
View on GitHub↗
1,173 星标·190 分支·Shell·Apache-2.0·10 次浏览

Docker Registry Proxy

该项目为容器环境提供了一个中心化的基础设施管理解决方案,旨在简化注册表身份验证、镜像缓存和网络流量路由。通过作为透明代理和注册表镜像,它拦截容器引擎请求以强制执行一致的安全策略并减少外部带宽消耗。

该系统通过集中管理多个外部容器注册表的凭据来简化访问管理,消除了对单个客户端配置的需求。它进一步通过注入环境变量和编排自定义证书颁发机构信任来自动化基础设施设置,确保容器运行时与本地代理基础设施安全通信。

该项目为容器镜像层和清单维护了一个本地存储层,这加速了跨分布式开发和生产环境的拉取操作。它作为一组脚本和配置分发,旨在部署在企业容器基础设施内。

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.

Star 历史

rpardini/docker-registry-proxy 的 Star 历史图表rpardini/docker-registry-proxy 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Docker Registry Proxy 的精选搜索

收录 Docker Registry Proxy 的精选合集。
  • 容器镜像仓库镜像同步工具

Docker Registry Proxy 的开源替代方案

相似的开源项目,按与 Docker Registry Proxy 的功能重合度排序。
  • spegel-org/spegelspegel-org 的头像

    spegel-org/spegel

    3,485在 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
    在 GitHub 上查看↗3,485
  • dqzboy/docker-proxydqzboy 的头像

    dqzboy/Docker-Proxy

    4,289在 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
    在 GitHub 上查看↗4,289
  • proxymanapp/proxymanProxymanApp 的头像

    ProxymanApp/Proxyman

    6,858在 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
    在 GitHub 上查看↗6,858
  • daeuniverse/daedaeuniverse 的头像

    daeuniverse/dae

    5,876在 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
    在 GitHub 上查看↗5,876
查看 Docker Registry Proxy 的所有 30 个替代方案→

常见问题解答

rpardini/docker-registry-proxy 是做什么的?

该项目为容器环境提供了一个中心化的基础设施管理解决方案,旨在简化注册表身份验证、镜像缓存和网络流量路由。通过作为透明代理和注册表镜像,它拦截容器引擎请求以强制执行一致的安全策略并减少外部带宽消耗。

rpardini/docker-registry-proxy 的主要功能有哪些?

rpardini/docker-registry-proxy 的主要功能包括: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。

rpardini/docker-registry-proxy 有哪些开源替代品?

rpardini/docker-registry-proxy 的开源替代品包括: 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…