3 repositorios
Parsing Dockerfiles to extract required base images and dependencies.
Distinct from Dockerfile Emulation: Candidates focus on image extraction from documents or emulation, not parsing Dockerfile instructions for discovery.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Dockerfile Analysis. Refine with filters or upvote what's useful.
Este proyecto es una suite de utilidades para instalación de binarios, análisis de construcción de contenedores, persistencia de estado de espacios de trabajo y ejecución automatizada de tareas. Funciona como una colección de librerías y herramientas diseñadas para automatizar flujos de trabajo de desarrollo y tareas del sistema. El conjunto de herramientas incluye un instalador de binarios que compila e instala las versiones más recientes de binarios de línea de comandos directamente en el path del sistema, y un analizador de builds de Docker para inspeccionar cómo las instrucciones crean capas de sistema de archivos. También proporciona una CLI de ejecución de tareas para descubrir y ejecutar tareas de desarrollo predefinidas, junto con un gestor de estado de espacio de trabajo que serializa configuraciones de entorno en documentos JSON. En términos generales, el proyecto cubre la configuración del entorno de desarrollo, optimización de imágenes Docker y automatización de tareas de proyectos.
Parses build instructions to map specific filesystem changes and metadata updates to resulting image layers.
diun is a monitoring service that tracks container registries for new tags or digest changes to notify users when image updates are available. It functions as a container orchestration watcher and registry notification engine, identifying images used within environments to ensure container deployments remain up to date. The project distinguishes itself by providing automated image discovery across multiple orchestrators and runtimes, including Kubernetes, Docker Swarm, Nomad, and containerd. It supports flexible configuration through YAML files, environment variables, and metadata labels or a
Parses build instructions in Dockerfiles to automatically identify container images that require monitoring.
container-diff is an OCI container image analysis and differencing tool used to audit image composition and identify changes between images. It functions as an image analysis tool for listing files, sizes, and metadata, and as a comparison utility to detect differences in file systems, layer histories, and installed packages. The project distinguishes itself through a plugin-based architecture that allows for custom image analyzer extensions. It utilizes dedicated package-manager parsers to audit software versions and sizes, and employs a layer-based approach to analyze the sequence of creati
Analyzes container image layers to detect file system additions, deletions, and modifications.