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
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesManifest Resolvers

Tools that parse image manifests to identify and fetch individual filesystem layers from remote sources.

Distinct from Manifest-Based Deployments: Distinct from Manifest-Based Deployments: focuses on the resolution and assembly of image layers rather than directory-watching deployment patterns.

Explore 6 awesome GitHub repositories matching devops & infrastructure · Manifest Resolvers. Refine with filters or upvote what's useful.

Awesome Manifest Resolvers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • daocloud/public-image-mirrorAvatar de DaoCloud

    DaoCloud/public-image-mirror

    13,238Ver en GitHub↗

    Public Image Mirror is a container registry proxy service designed to cache remote container images locally. By intercepting image pull requests and serving content from internal storage, it reduces dependency on external registry availability and minimizes external bandwidth consumption. The service implements standard container registry protocols, allowing existing container runtimes to interact with the cache as if it were a native registry. It utilizes a content-addressable storage layer to manage image layers as immutable blobs, ensuring data integrity and deduplication while resolving m

    Parses image manifests to identify and fetch individual filesystem layers from remote sources before assembling them for local delivery.

    Shellmirrorspeedup
    Ver en GitHub↗13,238
  • team-xmanager/xmanagerAvatar de Team-xManager

    Team-xManager/xManager

    12,172Ver en GitHub↗

    xManager is an Android package manager and software updater designed to facilitate the installation and lifecycle management of modified mobile applications. It functions as a centralized platform for discovering and deploying third-party software releases that provide enhanced functionality, such as the removal of advertisements or the unlocking of premium features. The application distinguishes itself by automating the retrieval and installation of customized software binaries through remote manifest resolution. By maintaining a local database of installed packages, it tracks version histor

    Fetches remote configuration files to map application identifiers to specific download locations.

    Javaandroidjava
    Ver en GitHub↗12,172
  • projectatomic/skopeoAvatar de projectatomic

    projectatomic/skopeo

    11,010Ver en GitHub↗

    Skopeo es una utilidad de línea de comandos para inspeccionar, copiar y gestionar imágenes de contenedores OCI y Docker a través de registros y almacenamiento local. Funciona como una herramienta de imágenes de contenedores y gestor de registros que realiza estas operaciones sin necesidad de que un demonio en segundo plano se esté ejecutando en el host. La herramienta se especializa en la manipulación de imágenes sin demonio (daemonless), permitiendo a los usuarios recuperar metadatos, manifiestos y etiquetas de registros remotos sin descargar la imagen completa localmente. Proporciona capacidades para replicar repositorios externos a registros internos para despliegues en entornos aislados (air-gapped) y gestiona la transferencia de imágenes entre diferentes registros remotos y directorios del sistema de archivos local. Las capacidades adicionales cubren la seguridad de las imágenes de contenedores mediante la generación y verificación de firmas criptográficas para garantizar la integridad de la imagen. La utilidad también gestiona la administración del registro, incluyendo la eliminación de imágenes y el listado de etiquetas, mientras gestiona la autenticación para registros privados.

    Parses image manifests to identify and stream individual filesystem layers between source and destination.

    Go
    Ver en GitHub↗11,010
  • containers/skopeoAvatar de containers

    containers/skopeo

    10,982Ver en GitHub↗

    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

    Moves images by parsing manifests to fetch and stream individual filesystem layers.

    Go
    Ver en GitHub↗10,982
  • docker/distributionAvatar de docker

    docker/distribution

    10,474Ver en GitHub↗

    This project is a container image registry and server-side storage system designed to house container images, layers, and manifests. It functions as an OCI compliant registry server that adheres to the Open Container Initiative Distribution Specification to store and deliver content over HTTP. The system provides a self-hosted solution for managing private libraries of container images within professional-grade infrastructure. It is designed to enable the development of custom registries by extending a base toolkit with specialized libraries and business logic. The registry covers image dist

    Provides manifest resolution to map image tags to their corresponding set of content-addressable layers.

    Go
    Ver en GitHub↗10,474
  • termux/proot-distroAvatar de termux

    termux/proot-distro

    2,839Ver en GitHub↗

    proot-distro is a rootless container runtime and Linux distribution manager that allows users to install and run isolated guest environments without requiring administrative root privileges. It utilizes PRoot to simulate root access and filesystem redirection, enabling the deployment of full Linux distributions in a non-root space. The project functions as an OCI container image handler, capable of building, pulling, and pushing OCI-compatible images and manifests. It further serves as a cross-architecture execution layer, utilizing user-mode emulation to run binaries and containers built for

    Resolves entrypoints and working directories from image manifests to standardize command execution across distributions.

    Shell
    Ver en GitHub↗2,839
  1. Home
  2. DevOps & Infrastructure
  3. Manifest-Based Deployments
  4. Manifest Resolvers

Explorar subetiquetas

  • Execution Metadata ResolversTools that resolve runtime configurations like entrypoints and working directories from image metadata. **Distinct from Manifest Resolvers:** Focuses on resolving execution parameters for a runtime, whereas manifest resolvers typically fetch filesystem layers.