Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klovercloud-ci-cd/core-engine
Converts pipeline into process life cycle, pulls build steps , builds docker image from git source, pushes to registry, notifies observers
https://github.com/klovercloud-ci-cd/core-engine
ci continu klovercloud opensource
Last synced: 18 days ago
JSON representation
Converts pipeline into process life cycle, pulls build steps , builds docker image from git source, pushes to registry, notifies observers
- Host: GitHub
- URL: https://github.com/klovercloud-ci-cd/core-engine
- Owner: klovercloud-ci-cd
- License: apache-2.0
- Created: 2021-08-22T14:53:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T12:36:34.000Z (over 2 years ago)
- Last Synced: 2024-11-24T01:29:35.720Z (3 months ago)
- Topics: ci, continu, klovercloud, opensource
- Language: Go
- Homepage:
- Size: 18.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![godoc reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/github.com/klovercloud-ci-cd/core-engine)
[![Go Report Card](https://goreportcard.com/badge/github.com/klovercloud-ci-cd/core-engine)](https://goreportcard.com/report/github.com/klovercloud-ci-cd/core-engine)
[![License: APACHE2.0](https://img.shields.io/badge/License-apache2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![DUMELS Diagram](https://www.dumels.com/api/v1/badge/bda92eee-de40-4853-a544-48c548481f51)](https://www.dumels.com/diagram/bda92eee-de40-4853-a544-48c548481f51)
[![SWAGGER UI](https://img.shields.io/badge/swagger-api-green)](https://klovercloud-ci-cd.github.io/core-engine/)```
____ ___ ____ _____ _____ _ _ ____ ___ _ _ _____
/ ___| / _ \ | _ \ | ____| | ____| | \ | | / ___| |_ _| | \ | | | ____|
| | | | | | | |_) | | _| _____ | _| | \| | | | _ | | | \| | | _|
| |___ | |_| | | _ < | |___ |_____| | |___ | |\ | | |_| | | | | |\ | | |___
\____| \___/ |_| \_\ |_____| |_____| |_| \_| \____| |___| |_| \_| |_____|
```## Responsibility
- Builds Image from source code
- Pushes Image to registry
- Runs container with provided args, envs
- Triggers Jenkins job| Version | Descriptors | Kubernetes api | Kubernetes client-go | kubernetes apimachinery | Tektoncd |
|---------|-----------------------------------------------------|----------------|----------------------|-------------------------|----------|
| [v0.0.1-beta](https://github.com/klovercloud-ci-cd/core-engine/releases/tag/v0.0.1-beta) | [k8s](k8s/v0.0.1-beta) | 1.12.9 | 1.12.9 | 1.12.9 | 0.34.1 |## Want to contribute
- See [CONTRIBUTING.md](markdownfiles/CONTRIBUTING.md)
- See [DEVELOPMENT.md](markdownfiles/DEVELOPMENT.md) to get start
- See [architecture](https://github.com/klovercloud-ci-cd/architecture/blob/master/README.md)
- Look at our
[our issues](https://github.com/klovercloud-ci-cd/core-engine/issues)