diff --git a/README.md b/README.md index dd56c0e60..5969d86fa 100644 --- a/README.md +++ b/README.md @@ -333,3 +333,21 @@ $ go mod graph ``` > 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: +* ![release latest stable](https://github.com/eclipse-che/che-operator/actions/workflows/release.yml/badge.svg) +* ![next builds](https://github.com/eclipse-che/che-operator/actions/workflows/build-next-images.yaml/badge.svg) +* ![PR](https://github.com/eclipse-che/che-operator/actions/workflows/pr-check.yml/badge.svg) + +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.