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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 dépôts

Awesome GitHub RepositoriesBuild Pipelines

Automated systems for transforming source code into deployable artifacts.

Distinguishing note: Focuses on the build process specifically within a container-native context.

Explore 9 awesome GitHub repositories matching devops & infrastructure · Build Pipelines. Refine with filters or upvote what's useful.

Awesome Build Pipelines GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • coollabsio/coolifyAvatar de coollabsio

    coollabsio/coolify

    57,055Voir sur GitHub↗

    This project is a self-hosted platform-as-a-service that provides a centralized management interface for deploying, configuring, and monitoring containerized applications and databases on private infrastructure. It functions as a visual control plane, automating the end-to-end lifecycle of services from source code to production. By managing container orchestration, networking, and resource allocation, it allows users to maintain full control over their own hardware while streamlining the delivery of software. The platform distinguishes itself through its agentless architecture, which uses se

    Transforms source code into executable images using automated build packs before deploying to infrastructure.

    PHPcoolifydatabasesdeployment
    Voir sur GitHub↗57,055
  • docker/awesome-composeAvatar de docker

    docker/awesome-compose

    45,561Voir sur GitHub↗

    Awesome Compose is a collection of resources designed to demonstrate the orchestration of multi-container applications. It serves as a practical reference for using declarative configuration files to define, manage, and deploy complex software stacks, ensuring that services run consistently across development, testing, and production environments. The project highlights the capabilities of container lifecycle management by providing examples of how to bundle software with its dependencies into isolated, portable units. It emphasizes the use of multi-stage build pipelines to optimize image siz

    Organizes complex software assembly into sequential, isolated steps that allow for efficient caching and minimal final deployment image sizes.

    HTMLawesomeawesome-listdocker-compose
    Voir sur GitHub↗45,561
  • chen08209/flclashAvatar de chen08209

    chen08209/FlClash

    42,627Voir sur GitHub↗

    FlClash is a cross-platform proxy client designed to manage network traffic through configurable rules and system-level tunnel integration. It functions as a native system orchestrator, coordinating application lifecycle events and background services across desktop and mobile environments. The application utilizes a modular architecture that enables extensibility through local plugins and foreign function interfaces, allowing for direct interaction with native system libraries. It maintains security by isolating restricted administrative tasks within a privileged helper process, which valida

    Automates the compilation and packaging of native binaries for diverse operating systems.

    Dartclashclash-metaflutter
    Voir sur GitHub↗42,627
  • kayokg/bibliotecadevAvatar de KAYOKG

    KAYOKG/BibliotecaDev

    11,693Voir sur GitHub↗

    BibliotecaDev is a static site generator and knowledge management platform designed to curate and organize technical learning resources. It functions as a developer-focused library, providing a structured repository for books, architecture guides, and professional development literature intended for engineering teams. The platform utilizes a markdown-based content management system that relies on version control to track and maintain the resource collection. By employing declarative metadata and an automated build pipeline, it transforms plain text files into a static web library. This approa

    Automates the transformation of source files into deployable web artifacts through continuous integration workflows.

    biblioteca-do-desenvolvedorenglishleitura
    Voir sur GitHub↗11,693
  • mbecker20/komodoAvatar de mbecker20

    mbecker20/komodo

    11,400Voir sur GitHub↗

    Komodo is a self-hosted deployment manager and agentless software distributor designed to build application binaries and distribute them across a fleet of remote servers. It functions as a remote deployment orchestrator that manages the build and release process from a centralized control point. The system distinguishes itself by using a programmatic deployment pipeline, employing script logic rather than static configuration files to coordinate build and distribution sequences. It utilizes SSH for remote execution and binary synchronization, allowing the controller to push updates to target

    Provides a programmatic interface for automating the build and deployment process across multiple target environments.

    Rust
    Voir sur GitHub↗11,400
  • moby/buildkitAvatar de moby

    moby/buildkit

    10,061Voir sur GitHub↗

    Buildkit is a programmable container build toolkit and OCI container image builder that converts build definitions into concurrent dependency graphs for image construction. It functions as an OCI image distribution engine, capable of generating container images and exporting artifacts to local storage or remote registries. The project is distinguished by its use of a low-level binary intermediate representation to decouple high-level build languages from the execution engine. It supports multi-platform image builds through user-mode architecture emulation and provides a distributed build cach

    Structures build operations as an automated pipeline to manage complex dependencies and execution sequences.

    Gobuilderbuildkitcloud-native
    Voir sur GitHub↗10,061
  • mmcgrana/gobyexampleAvatar de mmcgrana

    mmcgrana/gobyexample

    8,135Voir sur GitHub↗

    Ce projet est une chaîne d'outils et un générateur de site statique conçu pour transformer le code source Go et les commentaires en tutoriels techniques structurés et éducatifs. Il fonctionne comme un pipeline de construction qui extrait la logique exécutable et le texte descriptif des fichiers sources pour les rendre dans un site web public. Le système utilise des modèles HTML pour convertir le contenu extrait en une structure de site cohérente. Il inclut un serveur web local pour prévisualiser et tester la documentation générée avant qu'elle ne soit publiée dans un environnement de production. Les capacités de déploiement incluent un utilitaire pour télécharger les actifs statiques finaux vers le stockage cloud, prenant spécifiquement en charge Amazon S3 pour un hébergement web évolutif.

    Manages a sequential build pipeline that transforms Go source code into deployable static web assets.

    Go
    Voir sur GitHub↗8,135
  • buildbot/buildbotAvatar de buildbot

    buildbot/buildbot

    5,452Voir sur GitHub↗

    Buildbot est un framework d'intégration continue (CI) basé sur Python et un orchestrateur de build distribué. Il fonctionne comme un moteur d'automatisation de build qui coordonne la récupération du code source, l'exécution des étapes de build et le reporting des résultats via un contrôleur central et un réseau d'agents de travail distants. Le système se distingue par une architecture d'extensibilité basée sur des plugins et un modèle de distribution maître-esclave. Il permet la modification dynamique des builds au runtime et supporte un backend de base de données enfichable pour persister l'état du système et l'historique des builds. Le projet couvre un large éventail de capacités, incluant la planification automatisée des builds et l'orchestration de pipelines, l'intégration au contrôle de version via polling et webhooks, et le provisionnement de workers sur des serveurs physiques, des conteneurs Docker et des clusters Kubernetes. Il offre également une surveillance et une observabilité complètes via l'analyse des logs de build et le suivi des performances, ainsi qu'une gestion sécurisée des secrets et une authentification multi-fournisseur. Le contrôle administratif est disponible via une interface web dédiée et des outils en ligne de commande pour la validation de configuration et la gestion des processus.

    Defines the sequences of execution steps and target workers required to produce build artifacts.

    Python
    Voir sur GitHub↗5,452
  • pyo3/maturinAvatar de PyO3

    PyO3/maturin

    5,413Voir sur GitHub↗

    Maturin is a build tool that compiles Rust crates into Python wheel packages, supporting multiple binding systems such as PyO3, CFFI, and UniFFI to create native extension modules. It manages the full build pipeline from Rust compilation to wheel assembly, including cross-compilation for different operating systems and architectures without requiring native hardware. The tool integrates development-mode installation with automatic rebuilds: when a Python import hook detects source changes, it triggers recompilation before the module loads. Editable installs link the compiled module into site-

    Provides a uniform build pipeline supporting PyO3, CFFI, uniffi, and binary scripts for Rust-to-Python wheel generation.

    Rustcfficpythoncross-compile
    Voir sur GitHub↗5,413
  1. Home
  2. DevOps & Infrastructure
  3. Build Pipelines

Explorer les sous-tags

  • Multi-BindingBuilds Python wheels from Rust using a uniform pipeline that supports PyO3, CFFI, uniffi, and binary scripts. **Distinct from Build Pipelines:** Distinct from Build Pipelines: abstracts multiple binding systems into a single pipeline for Rust-to-Python wheel generation.
  • Multi-Server Build DistributionBuild pipelines that automate the creation and distribution of artifacts across multiple remote target environments. **Distinct from Build Pipelines:** Distinct from Build Pipelines: specifically focuses on the distribution phase across a fleet of servers.