awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
projectatomic avatar

projectatomic/buildah

0
View on GitHub↗
8,895 स्टार्स·905 फोर्क्स·Go·Apache-2.0·9 व्यूज़buildah.io↗

Buildah

Buildah एक डेमनलेस कंटेनर टूल है जिसका उपयोग OCI-संगत कंटेनर इमेजेस बनाने और प्रबंधित करने के लिए किया जाता है। यह एक कमांड लाइन यूटिलिटी के रूप में कार्य करता है जो बैकग्राउंड प्रोसेस या रूट विशेषाधिकारों की आवश्यकता के बिना इमेजेस बनाता और संशोधित करता है।

यह टूल Dockerfile निर्देशों को स्टैंडर्ड इमेजेस में बदलता है और चल रहे कंटेनर की स्थिति को कमिट करके इमेजेस बनाने की अनुमति देता है। यह स्क्रैच या बेस इमेजेस से इमेजेस बनाने को सपोर्ट करता है, यह सुनिश्चित करते हुए कि सभी आउटपुट पोर्टेबिलिटी के लिए Open Container Initiative विनिर्देशों का पालन करते हैं।

इमेज निर्माण से परे, यह टैगिंग, रीनेमिंग और रजिस्ट्रीज़ के बीच इमेजेस को स्थानांतरित करने सहित लोकल इमेज लाइफसाइकिल मैनेजमेंट के लिए क्षमताएं प्रदान करता है। यह फ़ाइल संपादन और मेटाडेटा कॉन्फ़िगरेशन के लिए होस्ट डायरेक्टरी में रूट फ़ाइल सिस्टम को माउंट करके कंटेनर फ़ाइल सिस्टम के सीधे हेरफेर को भी सक्षम बनाता है।

Features

  • Container Image Builders - Provides a daemonless command line tool for creating and modifying OCI-compliant container images.
  • Image Construction - Builds container images using direct system calls and filesystem mounts without requiring a background daemon process.
  • Container Filesystem Manipulation - Allows direct modification of container contents via filesystem mounts during the build process.
  • Container Image Management - Creates container images by following instruction files or committing changes from a live container state.
  • Daemonless Container Engines - Acts as a daemonless container tool that builds images and manages containers without a background process.
  • Dockerfile Image Builds - Transforms text-based Dockerfile instructions into a sequence of container execution and filesystem modification commands.
  • Host-to-Layer Mounting - Maps internal container directories to the host machine to allow direct editing of files during image creation.
  • Rootfs Manipulation - Creates image layers by mounting a container root filesystem to a host directory and capturing changes.
  • OCI Compliant Image Sets - Ensures created and managed container images adhere to Open Container Initiative standards for cross-platform portability.
  • OCI Image Synthesis - Serializes container layers and configuration files according to Open Container Initiative specifications for universal portability.
  • Local Image Lifecycle Management - Implements capabilities for tagging, renaming, and moving local OCI container images between registries.
  • Container Command Execution - Allows running processes inside a working container to install software or modify environment state during a build.
  • State Committing - Provides the capability to capture the current state of a running container to create a new static image.
  • Working Container Initializations - Creates temporary container environments from base images to serve as a starting point for image builds.
  • Custom Container Images - Initializes and configures working containers to install software and modify filesystems before committing to an image.
  • Image Metadata Configuration - Provides utilities for updating and inspecting internal settings and configuration details of container images.
  • OCI Image Root Filesystems - Mounts container filesystems to a host directory to edit files directly without requiring a running process.
  • Image Build and Analysis - Facilitates building OCI-compliant container images.

स्टार हिस्ट्री

projectatomic/buildah के लिए स्टार हिस्ट्री चार्टprojectatomic/buildah के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Buildah के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Buildah के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • containers/buildahcontainers का अवतार

    containers/buildah

    8,618GitHub पर देखें↗

    Buildah is a tool for creating OCI-compliant container images without requiring a background daemon process. It functions as a daemonless image constructor and distribution tool, allowing users to build, push, and pull images between local storage and remote registries. The project distinguishes itself by supporting unprivileged image building through the use of user namespaces and rootless mode. It enables direct modification of container root filesystems by mounting them to the host, allowing images to be treated as directories that can be manipulated via standard shell commands or scripts.

    Gocontainercontainer-imagecontainers
    GitHub पर देखें↗8,618
  • jessfraz/imgjessfraz का अवतार

    jessfraz/img

    3,986GitHub पर देखें↗

    img is a daemon-less tool for building Open Container Initiative compliant images without requiring root privileges. It functions as a standalone builder and registry client that creates container images from build files without the need for a background process or elevated system permissions. The project provides a multi-platform image generator capable of targeting different operating systems and hardware architectures. It includes an OCI registry client for authenticating with remote registries to push, pull, and manage image artifacts. The toolset covers image construction and artifact m

    Go
    GitHub पर देखें↗3,986
  • googlecontainertools/kanikoGoogleContainerTools का अवतार

    GoogleContainerTools/kaniko

    15,776GitHub पर देखें↗

    Kaniko is an OCI container image builder that executes Dockerfiles in userspace without requiring a privileged daemon. It is designed as a Kubernetes-native image builder, allowing for the construction and pushing of images to registries from within a cluster or container. The tool ensures reproducible build generation by stripping timestamps from image layers, guaranteeing that identical source inputs produce the same image identifier. It supports multi-architecture image building, allowing for the creation of images compatible with various hardware and operating systems from a single proces

    Go
    GitHub पर देखें↗15,776
  • theporgs/exegolThePorgs का अवतार

    ThePorgs/Exegol

    2,925GitHub पर देखें↗

    Exegol is an offensive security platform and containerized tooling orchestrator designed to deploy and manage isolated security operations environments. It functions as a workspace manager that provisions pre-configured security images and toolkits within Docker containers to protect host systems from malicious payloads. The platform distinguishes itself by integrating AI security workflow orchestration, allowing AI assistants to discover and trigger security tools through a standardized communication protocol. It further provides remote desktop gateway capabilities, enabling GUI access via X

    Pythonctfdockerhacking
    GitHub पर देखें↗2,925
Buildah के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

projectatomic/buildah क्या करता है?

Buildah एक डेमनलेस कंटेनर टूल है जिसका उपयोग OCI-संगत कंटेनर इमेजेस बनाने और प्रबंधित करने के लिए किया जाता है। यह एक कमांड लाइन यूटिलिटी के रूप में कार्य करता है जो बैकग्राउंड प्रोसेस या रूट विशेषाधिकारों की आवश्यकता के बिना इमेजेस बनाता और संशोधित करता है।

projectatomic/buildah की मुख्य विशेषताएं क्या हैं?

projectatomic/buildah की मुख्य विशेषताएं हैं: Container Image Builders, Image Construction, Container Filesystem Manipulation, Container Image Management, Daemonless Container Engines, Dockerfile Image Builds, Host-to-Layer Mounting, Rootfs Manipulation।

projectatomic/buildah के कुछ ओपन-सोर्स विकल्प क्या हैं?

projectatomic/buildah के ओपन-सोर्स विकल्पों में शामिल हैं: containers/buildah — Buildah is a tool for creating OCI-compliant container images without requiring a background daemon process. It… jessfraz/img — img is a daemon-less tool for building Open Container Initiative compliant images without requiring root privileges.… googlecontainertools/kaniko — Kaniko is an OCI container image builder that executes Dockerfiles in userspace without requiring a privileged daemon.… theporgs/exegol — Exegol is an offensive security platform and containerized tooling orchestrator designed to deploy and manage isolated… earthly/earthly — Earthly is a containerized build system and Docker build framework designed for creating reproducible build pipelines.… genuinetools/img — img is a collection of toolsets for building, managing, and manipulating OCI compliant container images. It functions…