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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesRunner Image Managers

Tools for configuring and maintaining pre-built virtual machine images for continuous integration runners.

Distinct from Continuous Integration Systems: Distinct from general CI systems: focuses specifically on the configuration and lifecycle of runner images.

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

Awesome Runner Image Managers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • actions/runner-imagesAvatar de actions

    actions/runner-images

    12,857Ver en GitHub↗

    This project provides a collection of automated scripts for building and maintaining virtual machine images designed for continuous integration runners. It functions as a framework for infrastructure as code, enabling the generation of pre-configured environments that ensure consistent software and tool availability across automated workflows. The system utilizes declarative configuration to manage the lifecycle of virtual machine images, ensuring environment parity across cloud regions. By automating the image baking process, it allows for the creation of immutable snapshots that provide rep

    Configures pre-built runner images with necessary software tools to support automated build and test workflows.

    PowerShell
    Ver en GitHub↗12,857
  • harisekhon/devops-bash-toolsAvatar de HariSekhon

    HariSekhon/DevOps-Bash-tools

    8,062Ver en GitHub↗

    DevOps-Bash-tools is a collection of shell scripts and aliases designed to automate cloud infrastructure, container orchestration, and CI/CD pipelines. It provides a comprehensive toolset for managing operational workflows through the command line. The project specializes in automating tasks across multiple platforms, including managing namespaces and secrets in Kubernetes, auditing resources in AWS and GCP, and triggering builds or managing environment variables in GitHub Actions, GitLab CI, and CircleCI. It also includes a toolkit for interacting with container registries to query manifests

    Provides automation for provisioning GitHub Actions runner instances and managing their registration tokens.

    Shellapiawsbash
    Ver en GitHub↗8,062
  • actions/actions-runner-controllerAvatar de actions

    actions/actions-runner-controller

    6,320Ver en GitHub↗

    Kubernetes controller for GitHub Actions self-hosted runners

    Adjusts the number of runner instances up or down based on the volume of queued workflow jobs.

    Gogithub-actionskubernetesoperator
    Ver en GitHub↗6,320
  • marcel-dempers/docker-development-youtube-seriesAvatar de marcel-dempers

    marcel-dempers/docker-development-youtube-series

    5,773Ver en GitHub↗

    Este proyecto proporciona una colección de kits de implementación, guías y código fuente diseñados para enseñar el desarrollo de aplicaciones contenerizadas y la gestión de clusters. Sirve como una ruta de aprendizaje para empaquetar aplicaciones con Docker y orquestar cargas de trabajo dentro de Kubernetes. El repositorio incluye tutoriales prácticos para construir pipelines de entrega automatizados utilizando runners contenerizados y agentes de compilación. También proporciona un conjunto de guías para implementar observabilidad cloud-native, desplegar service meshes y gestionar configuraciones de clusters de Kubernetes. El material cubre una amplia gama de capacidades DevOps, incluyendo la automatización de pipelines CI/CD, enrutamiento de tráfico de red y el aprovisionamiento de almacenamiento persistente. También aborda preocupaciones de infraestructura como el control de acceso basado en roles (RBAC), el aprovisionamiento de certificados SSL y la recopilación de métricas y registros de rendimiento del sistema.

    Guides the packaging of automation runners and CLIs into container images for isolated job execution.

    Go
    Ver en GitHub↗5,773
  • hunvreus/devpushAvatar de hunvreus

    hunvreus/devpush

    4,492Ver en GitHub↗

    Devpush is a self-hosted Git-based PaaS that automates the deployment of containerized applications. It maps each Git branch to an isolated Docker environment, creating a multi-environment runtime where staging, production, and other workflows run in parallel with scoped configuration and encrypted variables. Deployments are triggered automatically by Git push events via a configured GitHub App, managing the full lifecycle from build to release with zero-downtime rollouts and instant rollback. The platform includes a built-in Let's Encrypt SSL manager that automatically provisions and renews

    Pulls or clears Docker images for runners through the admin panel, including support for local images on the host daemon.

    Pythoncontinuous-deploymentdeploymentdjango
    Ver en GitHub↗4,492
  • myoung34/docker-github-actions-runnerAvatar de myoung34

    myoung34/docker-github-actions-runner

    2,202Ver en GitHub↗

    Este proyecto proporciona un agente de ejecución en contenedores diseñado para alojar flujos de trabajo automatizados para plataformas de control de versiones. Funciona como un runner autohospedado que se registra automáticamente en un servicio central al iniciar y termina después de completar una sola tarea, asegurando que cada proceso se ejecute en un entorno limpio y aislado. El sistema destaca por su enfoque en la gestión efímera del ciclo de vida y la seguridad. Al utilizar un modelo de ejecución sin privilegios de root, aplica principios de menor privilegio durante el procesamiento de tareas. El runner admite configuración dinámica a través de variables de entorno, permitiendo el registro automatizado, etiquetado personalizado e integración de redes proxy para operar dentro de infraestructura restringida o con firewall. Los usuarios pueden personalizar el entorno de ejecución construyendo sobre imágenes base para incluir toolchains específicos y dependencias de software requeridas para diversos pipelines de compilación. El runner maneja todo el ciclo de vida del agente, incluyendo la adquisición de tokens de acceso, la limpieza de archivos temporales y la desinscripción del contenedor una vez finalizada la tarea asignada.

    Automates the acquisition of registration tokens at runtime to simplify agent deployment.

    Shellcicddockergithub
    Ver en GitHub↗2,202
  1. Home
  2. DevOps & Infrastructure
  3. Continuous Integration Systems
  4. Runner Image Managers

Explorar subetiquetas

  • Runner Provisioning1 sub-etiquetaAutomated provisioning and token management for CI runner instances. **Distinct from Runner Image Managers:** Focuses on the active provisioning and registration of runner instances rather than managing the static VM images they use.