6 dépôts
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.
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.
Buildah est un outil de conteneur sans démon (daemonless) utilisé pour construire et gérer des images de conteneurs conformes aux spécifications OCI. Il fonctionne comme un utilitaire en ligne de commande qui crée et modifie des images sans nécessiter de processus en arrière-plan ou de privilèges root. L'outil transforme les instructions Dockerfile en images standard et permet la génération d'images en validant l'état d'un conteneur en cours d'exécution. Il prend en charge la création d'images à partir de zéro ou d'images de base, garantissant que toute sortie respecte les spécifications de l'Open Container Initiative pour la portabilité. Au-delà de la construction d'images, il offre des capacités de gestion locale du cycle de vie des images, incluant le taggage, le renommage et le déplacement d'images entre registres. Il permet également la manipulation directe des systèmes de fichiers des conteneurs en montant les systèmes de fichiers racine sur le répertoire hôte pour l'édition de fichiers et la configuration des métadonnées.
Builds container images using direct system calls and filesystem mounts without requiring a background daemon process.
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.
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.
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
Provides a build process for container images that operates without requiring a background daemon.
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.