2 个仓库
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.
该项目是一套用于二进制安装、容器构建分析、工作区状态持久化和自动化任务执行的实用工具。它作为一个库和工具集合,旨在自动化开发工作流和系统任务。 该工具集包括一个将最新版本的命令行二进制文件编译并安装到系统路径的二进制安装程序,以及一个用于检查指令如何创建文件系统层的 Docker 构建分析器。它还提供了一个用于发现和执行预定义项目开发任务的任务运行器 CLI,以及一个将环境配置序列化为 JSON 文档的工作区状态管理器。 总体而言,该项目涵盖了开发环境设置、Docker 镜像优化和项目任务自动化。
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.