6 repositorios
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.
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.
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.
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.
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.
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.
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.