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