* chore: #21790 add badges for some actions and a link to downstream 3.x job; also add missing License statement (copied from Che Dashboard) Change-Id: I1572c220255f4bc26dd3ceb0890e995890b61b47 Signed-off-by: Nick Boldt <nboldt@redhat.com> * add links to bundle and dsc builds too Change-Id: Iad05f6b3482a173c84691356603dfb02081f2169 Signed-off-by: Nick Boldt <nboldt@redhat.com> Signed-off-by: Nick Boldt <nboldt@redhat.com>pull/1550/head
parent
ca12b90969
commit
72f98190c0
18
README.md
18
README.md
|
|
@ -333,3 +333,21 @@ $ go mod graph
|
||||||
```
|
```
|
||||||
|
|
||||||
> IMPORTANT: Dependencies validation information should be stored in the `DEPENDENCIES.md` file.
|
> IMPORTANT: Dependencies validation information should be stored in the `DEPENDENCIES.md` file.
|
||||||
|
|
||||||
|
# Builds
|
||||||
|
|
||||||
|
This repo contains several [actions](https://github.com/eclipse-che/che-operator/actions), including:
|
||||||
|
* 
|
||||||
|
* 
|
||||||
|
* 
|
||||||
|
|
||||||
|
Downstream builds can be found at the link below, which is _internal to Red Hat_. Stable builds can be found by replacing the 3.x with a specific version like 3.2.
|
||||||
|
|
||||||
|
* [operator_3.x](https://main-jenkins-csb-crwqe.apps.ocp-c1.prod.psi.redhat.com/job/DS_CI/job/operator_3.x/)
|
||||||
|
* [operator-bundle_3.x](https://main-jenkins-csb-crwqe.apps.ocp-c1.prod.psi.redhat.com/job/DS_CI/job/operator-bundle_3.x/)
|
||||||
|
* [dsc_3.x](https://main-jenkins-csb-crwqe.apps.ocp-c1.prod.psi.redhat.com/job/DS_CI/job/dsc_3.x) (downstream equivalent of [chectl](https://github.com/redhat-developer/devspaces-chectl/))
|
||||||
|
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
Che is open sourced under the Eclipse Public License 2.0.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue