awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
myoung34 avatar

myoung34/docker-github-actions-runner

0
View on GitHub↗
2,202 stars·455 forks·Shell·gpl-3.0·5 vues

Docker Github Actions Runner

Ce projet fournit un agent d'exécution conteneurisé conçu pour héberger des flux de travail automatisés pour les plateformes de contrôle de version. Il fonctionne comme un runner auto-hébergé qui s'enregistre automatiquement auprès d'un service central au démarrage et se termine après avoir terminé une seule tâche, garantissant que chaque tâche s'exécute dans un environnement propre et isolé.

Le système se distingue par son accent sur la gestion éphémère du cycle de vie et la sécurité. En utilisant un modèle d'exécution sans privilèges root, il applique les principes du moindre privilège pendant le traitement des tâches. Le runner prend en charge une configuration dynamique via des variables d'environnement, permettant l'enregistrement automatisé, l'étiquetage personnalisé et l'intégration de la mise en réseau par proxy pour une opération au sein d'une infrastructure restreinte ou protégée par pare-feu.

Les utilisateurs peuvent personnaliser l'environnement d'exécution en s'appuyant sur des images de base pour inclure des chaînes d'outils spécifiques et des dépendances logicielles requises pour divers pipelines de build. Le runner gère l'ensemble du cycle de vie de l'agent, y compris l'acquisition de jetons d'accès, le nettoyage des fichiers temporaires et le désenregistrement du conteneur une fois la tâche assignée terminée.

Features

  • Self-Hosted Runner Operators - Provides a self-hosted runner that registers as an active agent for repositories and organizations.
  • GitHub Actions - Functions as a self-hosted runner that automatically registers with version control platforms to process automated workflows.
  • Ephemeral Execution Environments - Ensures build isolation by configuring agents to process a single job and terminate immediately.
  • Ephemeral Job Runners - Facilitates efficient autoscaling by configuring agents to process one job and terminate automatically.
  • Ephemeral Provisioning - Configures short-lived execution agents that automatically register and terminate for efficient, clean builds.
  • Container CI/CD Pipelines - Executes automated build jobs within isolated, non-root container environments to maintain strict security boundaries.
  • Containerized Task Execution - Executes automated repository jobs and build pipelines within isolated container environments.
  • Ephemeral Container Orchestrators - Manages the ephemeral lifecycle of execution agents by automatically spinning up and terminating containers for each individual job.
  • Runner Controllers - Orchestrates self-hosted runners within containerized environments to execute automated CI/CD pipelines.
  • Container Lifecycle Orchestrators - Automates the registration and deregistration of execution agents using container lifecycle hooks.
  • Runner Installers - Links containerized environments to version control platforms through automated authentication and configuration.
  • Runner Lifecycle Orchestration - Manages the registration and removal of execution agents during container startup and shutdown.
  • Docker Automation Frameworks - Provides a portable, containerized runtime environment that connects to build platforms to perform tasks with clean state management.
  • Runner Provisioning - Automates the acquisition of registration tokens at runtime to simplify agent deployment.
  • Restrictive Network Connectivity - Provides proxy networking support to enable build agents to operate within restricted or firewalled infrastructure environments.
  • Dynamic Client Registrations - Acquires and validates access tokens at runtime to securely link new container instances to the platform.
  • Non-Root Container Execution Environments - Enforces least-privilege security by executing the automation agent as a non-root user within the container.

Historique des stars

Graphique de l'historique des stars pour myoung34/docker-github-actions-runnerGraphique de l'historique des stars pour myoung34/docker-github-actions-runner

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Docker Github Actions Runner

Sélections manuelles où Docker Github Actions Runner apparaît.
  • Runners GitHub Actions auto-hébergés
  • Runners de pipeline CI locaux

Alternatives open source à Docker Github Actions Runner

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Docker Github Actions Runner.
  • actions/actions-runner-controllerAvatar de actions

    actions/actions-runner-controller

    6,320Voir sur GitHub↗

    Kubernetes controller for GitHub Actions self-hosted runners

    Gogithub-actionskubernetesoperator
    Voir sur GitHub↗6,320
  • aws/copilot-cliAvatar de aws

    aws/copilot-cli

    3,735Voir sur GitHub↗

    AWS Copilot is a command line interface for deploying and managing containerized applications and services on AWS. It serves as a container deployment tool, infrastructure orchestrator, and job runner, enabling the release of production-ready workloads through a simplified set of commands. The tool distinguishes itself by automating the entire application lifecycle, from initializing directory structures and manifests to managing continuous delivery pipelines with Git integration. It utilizes a manifest-based approach to generate and customize cloud infrastructure templates, allowing for the

    Goaws-apprunneraws-ecsaws-fargate
    Voir sur GitHub↗3,735
  • dagger/daggerAvatar de dagger

    dagger/dagger

    15,970Voir sur GitHub↗

    Dagger is a programmable CI/CD engine and containerized task runner designed to orchestrate build and test pipelines. It functions as an incremental build system that manages containers, filesystems, and secrets through a typed API to ensure consistent execution across local and cloud environments. The engine utilizes a language-agnostic client-server API to allow multi-language pipeline orchestration, enabling the sharing of typed artifacts and state across different SDKs without manual serialization. It optimizes execution through content-addressable caching and a directed acyclic graph to

    Go
    Voir sur GitHub↗15,970
  • concourse/concourseAvatar de concourse

    concourse/concourse

    7,845Voir sur GitHub↗

    Concourse is a container-based continuous integration and delivery platform that functions as a distributed build system. It operates as a declarative pipeline orchestrator, using a central controller and multiple worker nodes to execute concurrent tasks within isolated containers. The system distinguishes itself by executing every build step in a separate container to ensure environment consistency and by defining software delivery sequences through portable, versionable configuration files. It provides a web-based pipeline visualizer to display the real-time status and progress of automated

    Go
    Voir sur GitHub↗7,845
Voir les 30 alternatives à Docker Github Actions Runner→

Questions fréquentes

Que fait myoung34/docker-github-actions-runner ?

Ce projet fournit un agent d'exécution conteneurisé conçu pour héberger des flux de travail automatisés pour les plateformes de contrôle de version. Il fonctionne comme un runner auto-hébergé qui s'enregistre automatiquement auprès d'un service central au démarrage et se termine après avoir terminé une seule tâche, garantissant que chaque tâche s'exécute dans un environnement propre et isolé.

Quelles sont les fonctionnalités principales de myoung34/docker-github-actions-runner ?

Les fonctionnalités principales de myoung34/docker-github-actions-runner sont : Self-Hosted Runner Operators, GitHub Actions, Ephemeral Execution Environments, Ephemeral Job Runners, Ephemeral Provisioning, Container CI/CD Pipelines, Containerized Task Execution, Ephemeral Container Orchestrators.

Quelles sont les alternatives open-source à myoung34/docker-github-actions-runner ?

Les alternatives open-source à myoung34/docker-github-actions-runner incluent : actions/actions-runner-controller — Kubernetes controller for GitHub Actions self-hosted runners. aws/copilot-cli — AWS Copilot is a command line interface for deploying and managing containerized applications and services on AWS. It… dagger/dagger — Dagger is a programmable CI/CD engine and containerized task runner designed to orchestrate build and test pipelines.… concourse/concourse — Concourse is a container-based continuous integration and delivery platform that functions as a distributed build… tektoncd/pipeline — Pipeline is a Kubernetes native CI/CD framework and cloud native pipeline orchestrator. It functions as a custom… pkgxdev/pkgx — pkgx is a cross-platform tool orchestrator and portable package runner that enables the execution of specific software…