From a96b237189112539b1a012baa7fec2fb01fdb244 Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Wed, 9 Nov 2016 12:25:46 +0800 Subject: [PATCH 1/2] add cyclone into CI/CD section Cyclone is a cloud native CI/CD platform built for container workflow. PTAL:) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62dd67c..96bfad5 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,7 @@ by [@prologic][prologic] * [Awesome-ciandcd](https://github.com/ciandcd/awesome-ciandcd) - Not specific to docker but relevant. * [Buddy](https://buddy.works) - The best of Git, build & deployment tools combined into one powerful tool that supercharged our development * [Captain](https://github.com/harbur/captain) - Convert your Git workflow to Docker containers ready for Continuous Delivery by [@harbur](https://github.com/harbur) +* [Cyclone](https://github.com/caicloud/cyclone) - A cloud native CI/CD platform built for container workflow by **[@caicloud](https://github.com/caicloud)**. * [CircleCI](https://circleci.com/) - Push or pull Docker images from your build environment, or build and run containers right on CircleCI. * [CodeFresh](https://codefresh.io) - Accelerate your transition to Docker containers * [CodeShip](https://pages.codeship.com/docker) - Work with your established Docker workflows while automating your testing and deployment tasks with our hosted platform dedicated to speed and security. From 9b68139c53bb94ac1393a565cad0895548ac6ef4 Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Wed, 9 Nov 2016 13:15:38 +0800 Subject: [PATCH 2/2] add cyclone into CI/CD section (#1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96bfad5..9fce9e3 100644 --- a/README.md +++ b/README.md @@ -422,10 +422,10 @@ by [@prologic][prologic] * [Awesome-ciandcd](https://github.com/ciandcd/awesome-ciandcd) - Not specific to docker but relevant. * [Buddy](https://buddy.works) - The best of Git, build & deployment tools combined into one powerful tool that supercharged our development * [Captain](https://github.com/harbur/captain) - Convert your Git workflow to Docker containers ready for Continuous Delivery by [@harbur](https://github.com/harbur) -* [Cyclone](https://github.com/caicloud/cyclone) - A cloud native CI/CD platform built for container workflow by **[@caicloud](https://github.com/caicloud)**. * [CircleCI](https://circleci.com/) - Push or pull Docker images from your build environment, or build and run containers right on CircleCI. * [CodeFresh](https://codefresh.io) - Accelerate your transition to Docker containers * [CodeShip](https://pages.codeship.com/docker) - Work with your established Docker workflows while automating your testing and deployment tasks with our hosted platform dedicated to speed and security. +* [Cyclone](https://github.com/caicloud/cyclone) - A cloud native CI/CD platform built for container workflow by [@caicloud](https://github.com/caicloud). * [Docker plugin for Jenkins](https://github.com/jenkinsci/docker-plugin/) - The aim of the docker plugin is to be able to use a docker host to dynamically provision a slave, run a single build, then tear-down that slave. * [Dockunit](https://github.com/dockunit/platform) - Docker based integration tests. A simple Node based utility for running Docker based unit tests. By [@dockunit](https://github.com/dockunit) * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.