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,856GitHub पर देखें↗

    यह प्रोजेक्ट बाइनरी इंस्टॉलेशन, कंटेनर बिल्ड विश्लेषण, वर्कस्पेस स्टेट पर्सिस्टेंस और ऑटोमेटेड टास्क निष्पादन के लिए उपयोगिताओं का एक सुइट है। यह डेवलपमेंट वर्कफ़्लो और सिस्टम कार्यों को स्वचालित करने के लिए डिज़ाइन की गई लाइब्रेरी और टूल्स के संग्रह के रूप में कार्य करता है। इस टूलसेट में एक बाइनरी इंस्टॉलर शामिल है जो कमांड-लाइन बाइनरी के नवीनतम संस्करणों को सीधे सिस्टम पथ पर संकलित और इंस्टॉल करता है, और यह जांचने के लिए कि निर्देश फाइलसिस्टम लेयर्स कैसे बनाते हैं, एक 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,799GitHub पर देखें↗

    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