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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesImage Construction

Building container images without the need for a background daemon process.

Distinct from Daemonless Container Engines: Focuses on the build process specifically, whereas Daemonless Container Engines covers the runtime execution.

Explore 6 awesome GitHub repositories matching devops & infrastructure · Image Construction. Refine with filters or upvote what's useful.

Awesome Image Construction GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • 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

    Builds container images by manipulating filesystem layers in userspace without requiring a privileged daemon.

    Go
    Vezi pe GitHub↗15,776
  • projectatomic/buildahAvatar projectatomic

    projectatomic/buildah

    8,895Vezi pe GitHub↗

    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.

    Builds container images using direct system calls and filesystem mounts without requiring a background daemon process.

    Go
    Vezi pe GitHub↗8,895
  • 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.

    Builds container images directly on the host filesystem without requiring a background daemon process.

    Gocontainercontainer-imagecontainers
    Vezi pe GitHub↗8,618
  • ko-build/koAvatar ko-build

    ko-build/ko

    8,455Vezi pe GitHub↗

    Ko is a daemonless container image builder and OCI image generator specifically for Go applications. It compiles Go source code into binaries and packages them directly into container images, pushing them to registries without requiring a local container runtime or daemon. The tool specializes in multi-platform image distribution, producing images for various CPU architectures and operating systems from a single execution. It distinguishes itself by automating the entire pipeline from Go import paths to Kubernetes deployment or serverless function packaging for architectures like AWS Lambda.

    Compiles applications into container images and pushes them to a registry without requiring a local container daemon.

    Gocontainercontainersdeploy
    Vezi pe GitHub↗8,455
  • jessfraz/imgAvatar jessfraz

    jessfraz/img

    3,986Vezi pe GitHub↗

    img este un instrument fără daemon pentru construirea de imagini conforme cu Open Container Initiative, fără a necesita privilegii de root. Acesta funcționează ca un builder independent și client de registry care creează imagini de container din fișiere de build fără a fi nevoie de un proces de fundal sau permisiuni de sistem ridicate. Proiectul oferă un generator de imagini multi-platformă capabil să vizeze diferite sisteme de operare și arhitecturi hardware. Include un client de registry OCI pentru autentificarea cu registry-uri externe pentru a push-ui, pull-ui și gestiona artefactele de imagine. Setul de instrumente acoperă construcția de imagini și gestionarea artefactelor, incluzând capacitatea de a exporta rezultatele în arhive comprimate sau bundle-uri locale. De asemenea, oferă gestionarea stocării pentru straturile de imagine locale, inclusiv curățarea cache-ului de build și inspecția imaginilor.

    Provides a build process for container images that operates without requiring a background daemon.

    Go
    Vezi pe GitHub↗3,986
  • bootdotdev/curriculumAvatar bootdotdev

    bootdotdev/curriculum

    3,415Vezi pe GitHub↗

    This project is an interactive programming curriculum and educational system designed to teach computer science and software engineering. It provides a structured set of courses and professional roadmaps focused on backend engineering, DevOps, and systems fundamentals. The platform is distinguished by an AI-powered coding tutor that provides Socratic guidance and contextual hints to help students find solutions independently. It features a browser-based code sandbox using WebAssembly to eliminate local environment setup, alongside automated test-based grading and spaced-repetition logic to re

    Teaches how to define application environments using configuration files to build and publish container images.

    algorithmscomputer-sciencecurriculum
    Vezi pe GitHub↗3,415
  1. Home
  2. DevOps & Infrastructure
  3. Daemonless Container Engines
  4. Image Construction