6 مستودعات
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.
يوفر هذا المشروع مجموعة من مجموعات التنفيذ، والأدلة، والكود المصدري المصممة لتعليم تطوير التطبيقات المعتمدة على الحاويات وإدارة المجموعات. يعمل كمسار تعليمي لتعبئة التطبيقات باستخدام Docker وتنسيق أعباء العمل داخل Kubernetes. يتضمن المستودع جولات عملية لبناء خطوط أنابيب تسليم آلية باستخدام عداءين (runners) معتمدين على الحاويات وعملاء بناء. كما يوفر مجموعة من الأدلة لتنفيذ المراقبة الأصلية للسحابة، ونشر شبكات الخدمات، وإدارة تكوينات مجموعة Kubernetes. تغطي المواد مجموعة واسعة من قدرات DevOps، بما في ذلك أتمتة خط أنابيب CI/CD، وتوجيه حركة مرور الشبكة، وتوفير التخزين المستمر. كما تتناول مخاوف البنية التحتية مثل التحكم في الوصول القائم على الأدوار، وتوفير شهادات SSL، وجمع مقاييس أداء النظام والسجلات.
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.
يوفر هذا المشروع وكيل تنفيذ في حاويات مصمماً لاستضافة سير عمل مؤتمت لمنصات التحكم في الإصدارات. يعمل كعداء (runner) ذاتي الاستضافة يقوم بالتسجيل تلقائياً في خدمة مركزية عند بدء التشغيل وينتهي بعد إكمال مهمة واحدة، مما يضمن تشغيل كل مهمة في بيئة نظيفة ومعزولة. يتميز النظام بتركيزه على إدارة دورة الحياة المؤقتة والأمان. فمن خلال استخدام نموذج تنفيذ غير جذري (non-root)، فإنه يفرض مبادئ الامتياز الأقل أثناء معالجة المهام. يدعم العداء التهيئة الديناميكية من خلال متغيرات البيئة، مما يسمح بالتسجيل المؤتمت، والتصنيف المخصص، وتكامل شبكات الوكيل للتشغيل داخل البنية التحتية المقيدة أو المحمية بجدار حماية. يمكن للمستخدمين تخصيص بيئة التنفيذ من خلال البناء فوق صور أساسية لتضمين سلاسل أدوات وتبعيات برمجية محددة مطلوبة لخطوط أنابيب بناء متنوعة. يتعامل العداء مع دورة حياة الوكيل بالكامل، بما في ذلك الحصول على رموز الوصول، وتنظيف الملفات المؤقتة، وإلغاء تسجيل الحاوية بمجرد انتهاء المهمة الموكلة.
Automates the acquisition of registration tokens at runtime to simplify agent deployment.