awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
GoogleContainerTools avatar

GoogleContainerTools/container-diffArchived

0
View on GitHub↗
3,799 نجوم·231 تفرعات·Go·Apache-2.0·6 مشاهدات

Container Diff

Container-diff هي أداة سطر أوامر مصممة لفحص ومقارنة التكوين الداخلي لصور الحاويات. تعمل كمدقق لبيئات الحاويات، مما يوفر رؤية لهيكل نظام الملفات، وحزم البرامج المثبتة، وبيانات التكوين الوصفية للصور الفردية أو الاختلافات بين بنيتين متميزتين.

تتميز الأداة بقدرتها على إجراء تحليل دقيق عبر طبقات الحاوية، مما يسمح للمستخدمين بتتبع تاريخ البناء وتحديد انحراف التكوين المحدد. من خلال دعم جلب الصور المستقل عن السجل ومحركات التحليل المعيارية، فإنها تندمج في تدفقات عمل متنوعة للتحقق من اتساق سلسلة توريد البرمجيات واستكشاف أخطاء وقت البناء وإصلاحها.

بالإضافة إلى الفحص الأساسي، توفر الأداة قدرات إعداد تقارير شاملة، بما في ذلك القدرة على توليد مخرجات منظمة للمراقبة المؤتمتة وتدقيق الأداء. وهي تدعم المصادقة مع السجلات البعيدة لتسهيل الوصول الآمن إلى الصور الخاصة، مما يضمن إمكانية إجراء عمليات التدقيق عبر بيئات نشر مختلفة.

Features

  • Container Image Analyzers - Inspects the internal file structure, installed packages, and metadata of container images to provide visibility into their composition.
  • Container Image Metadata - Tracks updates and configuration drift by contrasting the filesystems, metadata, and packages of two container images.
  • Container Filesystem Comparators - Highlights changes in environment and configuration by comparing the filesystems of two container images.
  • Container Image Layer Analyzers - Provides granular visibility into container image composition by analyzing individual filesystem layers.
  • Container Image Analysis - Identifying specific differences in files, packages, and configuration settings between two container images to track updates and environment drift.
  • Dependency Audit Tools - Audits package dependencies to ensure consistency and security across container builds.
  • File Change Inspectors - Pinpoints configuration or binary variations by inspecting specific file changes between container images.
  • Container Registry Authentications - Provides authentication mechanisms to securely access and pull private container images from remote registries during analysis.
  • Build History Tracers - Traces the build history of container images to understand their origin and configuration steps.
  • Registry-Agnostic Fetchers - Supports flexible image retrieval from local daemons, remote registries, and archived files.
  • Container Image Browsers - Examines the internal composition, layer history, and configuration settings of individual container images.
  • Analysis Utilities - A command-line utility for comparing the file systems, installed packages, and metadata of two Docker container images.
  • Container Build Troubleshooting - Analyzes container layer history and configuration metadata to help developers identify and resolve build-time errors.
  • Package Version Comparators - Detects version discrepancies in installed software packages between different container images.
  • Software Supply Chain Security - Verifies container image contents and dependencies to detect unauthorized changes or version discrepancies before production deployment.
  • Software Supply Chain Auditors - Identifies version discrepancies and configuration drift between different builds of containerized software environments.
  • Filesystem Difference Reporters - Lists specific file path and size differences to identify changes between container builds.
  • Image Metadata Comparators - Compares configuration details and runtime settings between container images.
  • Manifest Comparison Tools - Identifies configuration drift between container builds by comparing image manifests.
  • Analysis Drivers - Uses modular drivers to extract and analyze diverse data types from container images.

سجل النجوم

مخطط تاريخ النجوم لـ googlecontainertools/container-diffمخطط تاريخ النجوم لـ googlecontainertools/container-diff

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Container Diff

مجموعات منسقة بعناية يظهر فيها Container Diff.
  • أدوات تحليل طبقات صور Docker
  • أداة سطر أوامر لتصحيح أخطاء الحاويات (Containers)

بدائل مفتوحة المصدر لـ Container Diff

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Container Diff.
  • googlecloudplatform/container-diffالصورة الرمزية لـ GoogleCloudPlatform

    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

    Go
    عرض على GitHub↗3,799
  • runfinch/finchالصورة الرمزية لـ runfinch

    runfinch/finch

    4,036عرض على GitHub↗

    Finch is a virtual machine-based container runtime and OCI container management CLI used for local container development. It operates by running container workloads inside a background virtual machine to isolate them from the host operating system. The project serves as an OCI image builder and a multi-container service orchestrator for simulating complex production environments on a workstation. The runtime functions as a cross-platform container engine, utilizing emulation layers to execute container images built for foreign CPU architectures. It distinguishes its image distribution through

    Gocontainerdcontainerslima-vm
    عرض على GitHub↗4,036
  • hadolint/hadolintالصورة الرمزية لـ hadolint

    hadolint/hadolint

    12,225عرض على GitHub↗

    Hadolint is a static analysis tool designed to validate container build configurations. It functions as a security scanner and configuration auditor, parsing build instructions into a structured format to identify deviations from security and efficiency standards. The tool distinguishes itself by performing deep inspection of embedded shell commands. By tokenizing and analyzing these scripts, it detects common scripting errors and security vulnerabilities that might otherwise persist within a container image. It integrates external analysis tools to provide specialized validation for these in

    Haskelldockerdockerfiledockerfile-linter
    عرض على GitHub↗12,225
  • slimtoolkit/slimالصورة الرمزية لـ slimtoolkit

    slimtoolkit/slim

    22,977عرض على GitHub↗

    Slim is a comprehensive suite for container lifecycle management, providing tools for image inspection, optimization, security hardening, and service troubleshooting. It functions as a platform for analyzing containerized applications through both static metadata review and dynamic behavioral probing, enabling users to understand image composition and runtime dependencies. The project distinguishes itself by automating the creation of minimal, production-ready container images. It achieves this by removing unnecessary files and components, flattening image layers, and synthesizing restrictive

    Goapparmorcontainersdocker
    عرض على GitHub↗22,977
عرض جميع البدائل الـ 30 لـ Container Diff→

الأسئلة الشائعة

ما هي وظيفة googlecontainertools/container-diff؟

Container-diff هي أداة سطر أوامر مصممة لفحص ومقارنة التكوين الداخلي لصور الحاويات. تعمل كمدقق لبيئات الحاويات، مما يوفر رؤية لهيكل نظام الملفات، وحزم البرامج المثبتة، وبيانات التكوين الوصفية للصور الفردية أو الاختلافات بين بنيتين متميزتين.

ما هي الميزات الرئيسية لـ googlecontainertools/container-diff؟

الميزات الرئيسية لـ googlecontainertools/container-diff هي: Container Image Analyzers, Container Image Metadata, Container Filesystem Comparators, Container Image Layer Analyzers, Container Image Analysis, Dependency Audit Tools, File Change Inspectors, Container Registry Authentications.

ما هي البدائل مفتوحة المصدر لـ googlecontainertools/container-diff؟

تشمل البدائل مفتوحة المصدر لـ googlecontainertools/container-diff: googlecloudplatform/container-diff — container-diff is an OCI container image analysis and differencing tool used to audit image composition and identify… runfinch/finch — Finch is a virtual machine-based container runtime and OCI container management CLI used for local container… hadolint/hadolint — Hadolint is a static analysis tool designed to validate container build configurations. It functions as a security… slimtoolkit/slim — Slim is a comprehensive suite for container lifecycle management, providing tools for image inspection, optimization,… coreos/clair — Clair is a container vulnerability scanner that performs static analysis of container images to identify known… docker-slim/docker-slim — This project is a suite of specialized tools for linting, minifying, analyzing, and managing container images and…