5 مستودعات
Specialized utilities for synchronizing images between remote registries and local storage.
Distinct from Container Image Management: Focuses on the mirroring/syncing identity rather than general local lifecycle management.
Explore 5 awesome GitHub repositories matching devops & infrastructure · Container Image Mirroring Tools. Refine with filters or upvote what's useful.
Skopeo is an OCI container image manager and registry client designed for inspecting, copying, and signing container images across different registries and storage backends. It enables the manipulation of container images using direct API calls to registries, operating independently of a local container daemon or runtime. The tool provides specialized capabilities for container image mirroring and synchronization, specifically supporting the mirroring of external repositories to internal registries for air-gapped environments. It also functions as a container image signing tool, allowing for
Syncs images between remote registries and local storage to support air-gapped environments.
This project is a Cloudflare Workers Docker proxy and container registry mirror. It functions as an HTTP request proxy that relays requests to container registries, such as Docker Hub, to bypass regional access restrictions and accelerate image downloads. The service incorporates identity masking to hide the proxy from automated scanners. This is achieved through the use of custom landing pages for unauthorized requests and filtering based on user agents. The system manages network traffic via edge-based request proxying and stateless routing. It utilizes stream-based payload relaying to han
Functions as a mirror for Docker Hub to enable image retrieval in restricted network environments.
LinuxMirrors is a collection of shell-based automation tools designed for managing Linux package mirrors, automating Docker engine deployment, and performing non-interactive system updates. It provides a package mirror configurator to update system repositories to regional mirrors across multiple distributions and an installation automator for the Docker engine and its associated software sources. The project distinguishes itself through a dual-mode execution model, offering both interactive menu-driven interfaces for manual setup and non-interactive flag-based execution for integration into
Provides tools to configure image accelerator addresses to speed up the pulling of container images.
هذا المشروع عبارة عن مجموعة من أدوات النشر لتهيئة وتكوين بيئات Kubernetes المحلية تحديداً داخل Docker Desktop لنظامي Mac وWindows. يعمل كأداة تمهيد للمجموعات المحلية تقوم بتثبيت المكونات الأساسية بما في ذلك لوحة تحكم Kubernetes، ومتحكمات الدخول (Ingress Controllers)، وشبكة خدمات Istio. تتضمن مجموعة الأدوات نظاماً لنسخ صور الحاويات يعيد تعيين السجلات إلى مرايا، مما يسمح للبيئة بتجاوز قيود الشبكة وتسريع سحب الصور أثناء عملية التمهيد. تغطي القدرات الواسعة إعداد بيئة الخدمات المصغرة، بما في ذلك تكوين بوابات الدخول وحقن الـ sidecar التلقائي للتواصل بين الخدمات. كما توفر أدوات لإدارة رموز الوصول إلى المجموعة وتنفيذ الأوامر داخل الحاويات النشطة (Pods).
Provides specialized utilities for remapping and synchronizing images between remote registries and local mirrors.
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
Provides tools for mirroring OCI images from external registries to local cluster storage.