https://github.com/okd-project/operator-build-controller
Controls the building of operators for the OKDerators catalog
https://github.com/okd-project/operator-build-controller
Last synced: 9 months ago
JSON representation
Controls the building of operators for the OKDerators catalog
- Host: GitHub
- URL: https://github.com/okd-project/operator-build-controller
- Owner: okd-project
- Created: 2025-01-17T12:00:34.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-01-19T15:28:55.000Z (12 months ago)
- Last Synced: 2025-01-27T22:37:54.588Z (11 months ago)
- Language: Java
- Size: 66.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operator Build Controller
> :warning: **This project is work-in-progress. It may not function** :warning:
The Operator Build Controller is a Kubernetes controller that coordinates building of operators for the
[OKDerators catalog](https://github.com/okd-project/okderators-catalog-index).
It currently supports polling of Git repositories for new commits and building the operator image using
Tekton pipelines provided by [okd-operator-pipeline](https://github.com/okd-project/okd-operator-pipeline).