5 Repos
Implementations of HTTP-based APIs for interacting with remote container registries.
Distinct from Transport Layers: Existing candidates focus on network transport protocols rather than the application-level registry API.
Explore 5 awesome GitHub repositories matching devops & infrastructure · Registry API Integrations. 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
Communicates with remote registries via HTTP APIs to move, inspect, and delete manifests and layers.
The inspector is a diagnostic and validation tool for the Model Context Protocol. It provides an interactive interface and a transport proxy to discover, inspect, and execute the tools, prompts, and resources provided by an MCP server. The project serves as a debugger and compliance tester to verify that server implementations adhere to the protocol specification and JSON-RPC standards. It allows for real-time monitoring of message exchanges and logs between clients and servers across various transport layers, such as standard input/output and Server-Sent Events. The tool covers a broad rang
Integrates server metadata into clients and sub-registries using OpenAPI specifications and SDKs.
Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma
Mounts registry metadata as MCP tool endpoints on the registry REST server for LLM-agent consumption.
NuGetForUnity ist ein Paketmanager und Abhängigkeitsmanagementsystem, das NuGet-Pakete in Unity-Projekte integriert. Es fungiert als NuGet-Client für die Spieleentwicklung und ermöglicht die Installation, Wiederherstellung und Aktualisierung externer .NET-Bibliotheken und deren transitiver Abhängigkeiten ohne manuelle DLL-Importe. Das Tool enthält ein Bibliotheks-Publishing-Utility für das Erstellen von Paketspezifikationsdateien und das Hochladen benutzerdefinierter Bibliotheken auf Remote-NuGet-Server. Es unterstützt die Nutzung sowohl offizieller als auch benutzerdefinierter Paket-Feeds, was die Verteilung proprietärer Bibliotheken über private Registries ermöglicht. Das System bietet ein visuelles Interface für das Suchen und Verwalten von Bibliotheken sowie ein Kommandozeilen-Interface für die Automatisierung der Paketwiederherstellung innerhalb von Continuous-Integration- und Delivery-Pipelines. Es deckt breite Funktionsbereiche ab, einschließlich Versions-beschränkter Auflösung, Manifest-basierter Abhängigkeitsverfolgung und Assembly-Referenzkontrolle.
Communicates with remote NuGet servers via REST APIs to search, download, and upload libraries.
Wud is a self-hosted container image update monitoring system that periodically checks running containers against their registries and reports when newer image versions are available. It detects updates by comparing SHA-256 digest hashes of container image manifests rather than relying on version tags, and persists last-known image digests and notification states to avoid duplicate alerts across restarts. The system abstracts different container registry APIs behind a unified interface, supporting Docker Hub, GHCR, Quay, and others, and runs update checks on a configurable cron-like schedule
Periodically queries container registry HTTP APIs to fetch image manifest metadata and check for changes.