awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesLayer Analysis

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.

Awesome Layer Analysis GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nikivdev/gonikivdev 的头像

    nikivdev/go

    4,856在 GitHub 上查看↗

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

    Parses build instructions to map specific filesystem changes and metadata updates to resulting image layers.

    Gogo
    在 GitHub 上查看↗4,856
  • googlecloudplatform/container-diffGoogleCloudPlatform 的头像

    GoogleCloudPlatform/container-diff

    3,799在 GitHub 上查看↗

    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.

    Go
    在 GitHub 上查看↗3,799
  1. Home
  2. DevOps & Infrastructure
  3. Dockerfile Analysis
  4. Layer Analysis