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

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

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

docker/buildx

0
View on GitHub↗
4,410 स्टार्स·651 फोर्क्स·Go·Apache-2.0·3 व्यूज़

Buildx

Buildx एक BuildKit बिल्ड एक्सटेंशन और कंटेनर बिल्ड इंस्टेंस मैनेजर है जो एक साथ कई CPU आर्किटेक्चर और ऑपरेटिंग सिस्टम को लक्षित करने वाले कंटेनर इमेज के निर्माण को सक्षम बनाता है। यह एक मल्टी-प्लेटफ़ॉर्म इमेज बिल्डर के रूप में कार्य करता है जो मानक इमेज निर्माण क्षमताओं का विस्तार करने के लिए BuildKit बैकएंड का लाभ उठाता है।

इस प्रोजेक्ट में एक वितरित बिल्ड ऑर्केस्ट्रेटर है जो रिमोट नोड्स के क्लस्टर में कार्यों का समन्वय करने में सक्षम है। यह बिल्ड कॉनकरेंसी बढ़ाने के लिए कई रिमोट वर्कर्स को एक ही इंस्टेंस में जोड़कर विभिन्न हार्डवेयर आर्किटेक्चर में नेटिव संकलन की अनुमति देता है।

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

Features

  • BuildKit-Based Builds - Extends container image building capabilities as a CLI plugin leveraging the BuildKit backend.
  • Isolated Environment Managers - Manages separate builder instances to prevent interference between distinct projects and automated CI pipelines.
  • Distributed Build Clusters - Coordinates build tasks across a farm of native remote machines to increase build concurrency.
  • Multi-Architecture Images - Creates container images targeting multiple CPU architectures and operating systems simultaneously.
  • BuildKit Build Delegations - Delegates the build process to the BuildKit engine to enable concurrent, graph-based execution.
  • Multi-Architecture Container Builds - Distributes build tasks across a cluster of remote workers to enable native compilation for different architectures.
  • Build Environment Isolation - Manages the creation and isolation of scoped build environments to prevent project interference.
  • Distributed Build Systems - Coordinates build tasks across a cluster of remote nodes to increase concurrency.
  • OCI Manifest Lists - Combines multiple architecture-specific images into a single referenceable index for automatic platform resolution.
  • Engine Instance Isolation - Provides isolated builder instances to ensure environment separation between different projects or CI pipelines.
  • Build Environment Scopes - Maintains isolated configuration environments and cache stores to prevent interference between separate build pipelines.
  • OCI Image Exporters - Saves build outputs as image tarballs or caches to move results between environments without a registry.
  • Remote Execution Interfaces - Connects to build engines via transport protocols like SSH or TCP to execute workloads on remote hosts.
  • Build Result Caching - Exports build outputs as tarballs or caches to reuse results across different environments.
  • Plugin-Based Architectures - Extends the CLI by loading external binaries as plugins at runtime without modifying the core.
  • Build And Packaging - Extended Docker CLI build capabilities using BuildKit.
  • Image Builders - Official CLI plugin for multi-platform image builds.

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

docker/buildx के लिए स्टार हिस्ट्री चार्टdocker/buildx के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

docker/buildx क्या करता है?

Buildx एक BuildKit बिल्ड एक्सटेंशन और कंटेनर बिल्ड इंस्टेंस मैनेजर है जो एक साथ कई CPU आर्किटेक्चर और ऑपरेटिंग सिस्टम को लक्षित करने वाले कंटेनर इमेज के निर्माण को सक्षम बनाता है। यह एक मल्टी-प्लेटफ़ॉर्म इमेज बिल्डर के रूप में कार्य करता है जो मानक इमेज निर्माण क्षमताओं का विस्तार करने के लिए BuildKit बैकएंड का लाभ उठाता है।

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

docker/buildx की मुख्य विशेषताएं हैं: BuildKit-Based Builds, Isolated Environment Managers, Distributed Build Clusters, Multi-Architecture Images, BuildKit Build Delegations, Multi-Architecture Container Builds, Build Environment Isolation, Distributed Build Systems।

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

docker/buildx के ओपन-सोर्स विकल्पों में शामिल हैं: jessfraz/img — img is a daemon-less tool for building Open Container Initiative compliant images without requiring root privileges.… earthly/earthly — Earthly is a containerized build system and Docker build framework designed for creating reproducible build pipelines.… docker/build-push-action — This project is a GitHub Action that automates the building and pushing of Docker container images to OCI registries.… containerd/nerdctl — nerdctl is a command-line tool that manages containers and images using containerd as the runtime, providing a… dotnet/dotnet-docker — This project provides a collection of official base images for building and running .NET applications across various… homebrew/legacy-homebrew — This project is a command line package manager and dependency management engine used for installing, updating, and…

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

समान ओपन-सोर्स प्रोजेक्ट्स, जो Buildx के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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
  • earthly/earthlyearthly का अवतार

    earthly/earthly

    12,035GitHub पर देखें↗

    Earthly is a containerized build system and Docker build framework designed for creating reproducible build pipelines. It ensures environment consistency by executing every build step inside an isolated container, combining the isolation of container images with dependency tracking and parallel execution. The system differentiates itself through a focus on hermeticity and multiplatform support, allowing for the generation of container images targeting multiple CPU architectures within a single execution flow. It maintains a hermetic build environment by isolating network access and utilizing

    Gobuildbuild-automationbuild-system
    GitHub पर देखें↗12,035
  • docker/build-push-actiondocker का अवतार

    docker/build-push-action

    5,314GitHub पर देखें↗

    This project is a GitHub Action that automates the building and pushing of Docker container images to OCI registries. It functions as a multi-platform container builder and publisher using the Buildx engine to create images compatible with multiple hardware architectures. The tool distinguishes itself through software supply chain security features, including the generation of software bills of materials and provenance attestations to verify image integrity. It optimizes construction speed via remote cache management and supports secure secret injection to prevent sensitive data from persisti

    TypeScriptbuildxdockerdockerhub
    GitHub पर देखें↗5,314
  • containerd/nerdctlcontainerd का अवतार

    containerd/nerdctl

    10,172GitHub पर देखें↗

    nerdctl is a command-line tool that manages containers and images using containerd as the runtime, providing a Docker-compatible interface for container lifecycle management. It supports running containers with the same command syntax and flags as Docker, including multi-container Compose workflows, and enables rootless container execution without host kernel escalation. The tool extends beyond basic container management with several advanced distribution and security capabilities. It can start containers before full image download by fetching only metadata and on-demand layers from eStargz-f

    Gocontainerd
    GitHub पर देखें↗10,172
  • Buildx के सभी 30 विकल्प देखें→