
Drone.io
Ship Code Fast. Drone is a Continuous Delivery platform that helps your organization optimize and automate software develiery.
- Freemium • Open Source
- Online
- Self-Hosted
- Docker
What is Drone.io?
Drone is a Continuous Delivery system built on container technology. Drone uses a simple YAML configuration file, a superset of docker-compose, to define and execute Pipelines inside Docker containers. Drone is a lightweight, powerful continuous delivery platform built for containers. Drone is packaged and distributed as a Docker image and can be downloaded from Dockerhub.
Version Control Support: Drone seamlessly integrates with popular source code management systems, including GitHub, GitHub Enterprise, Bitbucket and more.
Configuration as Code: Pipelines are defined as a declarative configuration file that you commit to your repository. The syntax is a superset of the popular docker-compose yaml specification.
Container Native: Pipelines are executed inside containers and isolated from the host machine. Images are downloaded automatically; no manual installs or upgrades necessary.
Language Support: Drone works with virtually any language or software that runs inside a container. Use any Docker image from any Docker registry.
Plugins for Everything: Hundreds of community plugins are available to automate tasks and integrate with third party systems. See a partial list of plugins at the Plugin Marketplace or create your own.
Drone.io Screenshots
Drone.io Features
Comments and Reviews
Tags
- open-source-projects
- automated-testing
- Continuous Delivery
Very efficient ci - low resource consumption, nice integration with gitea, gogs etc.
I needed to setup a small build for my Github repository that should be triggered on every build.
With drone.io I was up an running in about five minutes, by logging in with my Github account directly on drone.io and writing in some simply bash script that executed the build.
Just what I needed.