2 Repos
Analyzing Dockerfile instructions to map filesystem changes to image layers.
Distinct from Dockerfile Analysis: Specializes Dockerfile analysis by focusing on mapping instructions to filesystem layers rather than just extracting dependencies.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Layer Analysis. Refine with filters or upvote what's useful.
This project is a suite of utilities for binary installation, container build analysis, workspace state persistence, and automated task execution. It functions as a collection of libraries and tools designed to automate development workflows and system tasks. The toolset includes a binary installer that compiles and installs the latest versions of command-line binaries directly to the system path, and a Docker build analyzer for inspecting how instructions create filesystem layers. It also provides a task runner CLI to discover and execute predefined project development tasks, alongside a wor
Parses build instructions to map specific filesystem changes and metadata updates to resulting image layers.
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.