# fk-cyclone **Repository Path**: g-golang/fk-cyclone ## Basic Information - **Project Name**: fk-cyclone - **Description**: https://github.com/caicloud/cyclone - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: release-0.3-hr - **Homepage**: https://github.com/caicloud/cyclone - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-03 - **Last Updated**: 2022-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 中文 | [English](README.md)


cyclone

[![Go Report Card](https://goreportcard.com/badge/github.com/caicloud/cyclone?style=flat-square)](https://goreportcard.com/report/github.com/caicloud/cyclone) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/caicloud/cyclone) [![Gitter](https://img.shields.io/gitter/room/caicloud/cyclone.svg?style=flat-square)](https://gitter.im/caicloud/cyclone?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat-square)](https://stackshare.io/gaocegege/cyclone) [![GitHub contributors](https://img.shields.io/github/contributors/caicloud/cyclone.svg?style=flat-square)](https://github.com/caicloud/cyclone/graphs/contributors) [![Issue Stats](https://img.shields.io/issuestats/i/github/caicloud/cyclone.svg?style=flat-square)](https://github.com/caicloud/cyclone/issues) [![Issue Stats](https://img.shields.io/issuestats/p/github/caicloud/cyclone.svg?style=flat-square)](https://github.com/caicloud/cyclone/pulls) 单元测试 [![Build Status](https://travis-ci.org/caicloud/cyclone.svg?branch=master)](https://travis-ci.org/caicloud/cyclone) 端到端测试 ![Build Status](https://img.shields.io/badge/e2e--test-comming%20soon-brightgreen.svg) Cyclone 是一个打造容器工作流的云原生持续集成持续发布平台。 Cyclone 主要致力于将代码从本地开发环境用任意容器引擎封装搬运到测试或者生产环境运行。Cyclone 包括以下特性: - **容器原生**: 每次构建、集成、部署均在容器中运行,完全解决运行时环境不一致的问题。 - **依赖关系**: 定义依赖规则或简单的组件关系,确保执行顺序依照既定策略。 - **版本控制**: 基于版本控制构建,检索镜像/流水线历史就像查询版本管理接口一样简单。 - **双向绑定**: 记录每次 CI/CD 操作用于回答类似问题:“各容器镜像部署在集群哪个角落?” - **安全第一**: 安全是基本要素,有效阻拦不安全镜像进入生产环境。 ## 相关文档 ### 安装手册 你可以查看[安装手册](./docs/setup_zh-CN.md)来搭建一个 Cyclone 实例。 ### 快速开始 [快速开始](./docs/quick-start_zh-CN.md)体验 Cyclone 的构建过程。 ### Caicloud.yml 配置文件介绍 当给定 `caicloud.yml` 作为配置文件后,Cyclone 会根据配置文件来执行创建版本的过程。你可以在 [caicloud.yml 配置文件介绍](./docs/caicloud-yml-introduction_zh-CN.md)中看到对配置文件的具体介绍。 ### 开发者指南 欢迎为 Cyclone 提供更多特性,让它变得更好用,我们有一份[开发者指南](./docs/developer-guide_zh-CN.md)可以帮助你了解如何向 Cyclone 项目贡献代码或者文档。 ## 特性预览 ### 依赖管理
依赖管理
### 安全扫描
安全扫描
更多特性详见[功能介绍](./docs/functions_zh-CN.md)。 ## Roadmap 请到 [Github milestones](https://github.com/caicloud/cyclone/milestones) 查阅我们今后的计划。