2 个仓库
Interfaces for programmatically triggering and managing software build processes.
Distinguishing note: Focuses on infrastructure-level build automation APIs rather than general CI/CD pipelines.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Build APIs. Refine with filters or upvote what's useful.
OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing event-driven code. It functions as an abstraction layer over container orchestrators, allowing developers to package code into scalable functions that run across Kubernetes clusters or edge computing environments. The platform distinguishes itself through a developer-centric runtime that utilizes standardized language templates and automated build pipelines to simplify the creation of container images. It features a central API gateway that manages request routing, authentication,
OpenFaaS Edge can be installed within an air-gapped environment using images copied from a machine with Internet access, to one without it. - Download the various images for OpenFaaS Edge, its installer, and any function
Buildbot is a Python-based continuous integration framework and distributed build orchestrator. It functions as a build automation engine that coordinates the retrieval of source code, the execution of build steps, and the reporting of results through a central controller and a network of remote worker agents. The system is distinguished by a plugin-based extensibility architecture and a master-worker distribution model. It allows for dynamic build modification at runtime and supports a pluggable database backend for persisting system state and historical build data. The project covers a bro
Allows identifying which subsequent builds were initiated by a parent build via a data API.