awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
projectatomic avatar

projectatomic/buildah

0
View on GitHub↗
buildah.io↗

Buildah

Buildah este un instrument de containere fără daemon, utilizat pentru construirea și gestionarea imaginilor de containere conforme cu OCI. Funcționează ca un utilitar CLI care creează și modifică imagini fără a necesita un proces de fundal sau privilegii de root.

Instrumentul transformă instrucțiunile Dockerfile în imagini standard și permite generarea de imagini prin commit-ul stării unui container care rulează. Suportă crearea de imagini de la zero sau din imagini de bază, asigurându-se că tot output-ul respectă specificațiile Open Container Initiative pentru portabilitate.

Dincolo de construcția imaginilor, oferă capabilități pentru gestionarea locală a ciclului de viață al imaginilor, inclusiv tag-uire, redenumire și mutarea imaginilor între registre. De asemenea, permite manipularea directă a sistemelor de fișiere ale containerelor prin montarea sistemelor de fișiere root în directorul host pentru editarea fișierelor și configurarea metadatelor.

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

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.
8,895 stele·905 fork-uri·Go·Apache-2.0·9 vizualizări

Istoric stele

Graficul istoricului de stele pentru projectatomic/buildahGraficul istoricului de stele pentru projectatomic/buildah

Întrebări frecvente

Ce face projectatomic/buildah?

Buildah este un instrument de containere fără daemon, utilizat pentru construirea și gestionarea imaginilor de containere conforme cu OCI. Funcționează ca un utilitar CLI care creează și modifică imagini fără a necesita un proces de fundal sau privilegii de root.

Care sunt principalele funcționalități ale projectatomic/buildah?

Principalele funcționalități ale projectatomic/buildah sunt: Container Image Builders, Image Construction, Container Filesystem Manipulation, Container Image Management, Daemonless Container Engines, Dockerfile Image Builds, Host-to-Layer Mounting, Rootfs Manipulation.

Care sunt câteva alternative open-source pentru projectatomic/buildah?

Alternativele open-source pentru projectatomic/buildah includ: 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…

Alternative open-source pentru Buildah

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Buildah.
  • containers/buildahAvatar containers

    containers/buildah

    8,618Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,618
  • jessfraz/imgAvatar jessfraz

    jessfraz/img

    3,986Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,986
  • googlecontainertools/kanikoAvatar GoogleContainerTools

    GoogleContainerTools/kaniko

    15,776Vezi pe GitHub↗

    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
    Vezi pe GitHub↗15,776
  • theporgs/exegolAvatar ThePorgs

    ThePorgs/Exegol

    2,925Vezi pe GitHub↗

    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
    Vezi pe GitHub↗2,925
Vezi toate cele 30 alternative pentru Buildah→