This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.yaml
102 lines (86 loc) · 3.15 KB
/
README.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
#
# This is the canonical configuration for the `README.md`
# Run `make readme` to rebuild the `README.md`
#
# Name of this project
name: codefresh
# Logo for this project
#logo: docs/logo.png
# License of this project
license: "APACHE2"
# Copyrights
copyrights:
- name: "Cloud Posse, LLC"
url: "https://cloudposse.com"
year: "2021"
# Canonical GitHub repo
github_repo: cloudposse/codefresh
# Badges to display
badges:
- name: "Latest Release"
image: "https://img.shields.io/github/release/cloudposse/codefresh.svg"
url: "https://github.com/cloudposse/codefresh/releases/latest"
- name: "Slack Community"
image: "https://slack.cloudposse.com/badge.svg"
url: "https://slack.cloudposse.com"
categories:
- codefresh-pipelines
- codefresh
- pipelines
- pipeline
- cicd
- ci-cd
- ci-cd-pipeline
- cicd-pipeline
- gitops
- catalog
- steps
- spec
- specifications
- specification
- build
- deploy
- release
- destroy
# List any related terraform modules that this module may be used with or that this module depends on.
related:
- name: "build-harness"
description: "Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more"
url: "https://github.com/cloudposse/build-harness"
- name: "packages"
description: "Cloud Posse installer and distribution of native apps"
url: "https://github.com/cloudposse/packages"
# Short description of this project
description: |-
Catalog of reusable Codefresh pipelines, pipeline specs, and pipeline shared steps.
# Introduction to the project
introduction: |-
This repository contains catalogs of reusable Codefresh [pipelines]((pipelines/README.md)), [pipeline specs]((specs/README.md)), and [pipeline shared steps]((steps/README.md)).
## References
- https://codefresh.io/docs/docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines/
- https://codefresh.io/devops-tutorial/programmatic-creation-codefresh-pipelines-part1/
- https://codefresh.io/devops-tutorial/programmatic-creation-codefresh-pipelines-part2/
- https://codefresh.io/docs/docs/codefresh-yaml/steps/#creating-a-typed-codefresh-plugin
- https://codefresh-io.github.io/cli/
- https://codefresh.io/codefresh-news/introducing-codefresh-cli
- https://codefresh.io/docs/docs/integrations/codefresh-api/#example---creating-codefresh-pipelines-externally
- https://codefresh-io.github.io/cli/pipelines/spec/
- https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#contexts
- https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context
- https://docs.github.com/en/actions/reference/events-that-trigger-workflows
- https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads
- https://docs.github.com/en/rest/reference/repos
# How to get started quickly
#quickstart: |-
# Here's how to get started...
# Contributors to this project
contributors:
- name: "Erik Osterman"
github: "osterman"
- name: "Igor Rodionov"
github: "goruha"
- name: "Maxim Mironenko"
github: "maximmi"
- name: "Andriy Knysh"
github: "aknysh"