5 dépôts
Tools for downloading and managing image collections.
Explore 5 awesome GitHub repositories matching part of an awesome list · Image Management. Refine with filters or upvote what's useful.
Gallery-dl is a command-line utility designed for the automated retrieval and archiving of image collections from various hosting websites. It functions as a content scraper that manages the entire lifecycle of media discovery, from identifying assets on web pages to storing them in structured local directories. The tool utilizes a plugin-based architecture to handle site-specific extraction logic, allowing it to map input web addresses to the appropriate modules through pattern matching. Users can define custom naming patterns and directory structures using configuration-driven templates, en
Command-line tool for downloading images from hosting sites.
This project is a collection of pre-configured Docker images that provide ready-to-run environments for interactive computing and data science. It functions as a scientific computing stack and a polyglot notebook server, bundling language interpreters and libraries for Python, R, and Julia within a containerized system to ensure reproducible research environments. The collection uses a layered image hierarchy to provide versioned software dependencies and support for hardware acceleration across different CPU architectures. It allows for the creation of custom images based on a foundation of
Defines dependencies between images and maps tags to appropriate images within a build chain.
LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes
Creates, renames, or deletes human-readable aliases that point to specific images.
Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin
Manages friendly names that reference images, allowing aliases to be reassigned to different image versions.
Whalebrew est un gestionnaire de paquets conteneurisé et un gestionnaire d'alias qui enveloppe les images Docker en tant que commandes système exécutables. Il fonctionne comme un orchestrateur de runtime de conteneur, mappant des images spécifiques à des binaires se comportant nativement pour permettre aux utilisateurs d'exécuter des applications conteneurisées sans chaînes de moteur de conteneur manuelles. Le système utilise un utilitaire wrapper pour mapper les commandes hôtes aux points d'entrée des images. Il fournit des outils pour installer, mettre à jour et supprimer ces mappages, et inclut un mécanisme de recherche pour localiser les images disponibles à travers les registres configurés. L'outil gère l'environnement d'exécution en injectant des variables d'environnement hôtes et en mappant les chemins du système de fichiers hôte vers des volumes de conteneurs. Il prend également en charge la gestion des versions pour les paquets installés et utilise des hooks de cycle de vie pour exécuter des scripts pendant l'installation ou la suppression d'alias.
Provides a complete system for installing, listing, and removing mappings between system commands and container images.