* docs(olm): information for generating nightlies Add missing information Change-Id: Ib9648d16350d0d503a553f5f6a78442f4a2e7141 Signed-off-by: Florent Benoit <fbenoit@redhat.com> |
||
|---|---|---|
| .. | ||
| eclipse-che-preview-kubernetes | ||
| eclipse-che-preview-openshift | ||
| README.md | ||
| check-yq.sh | ||
| docker-run.sh | ||
| prepare-community-operators-update.sh | ||
| push-olm-files-to-quay.sh | ||
| release-olm-files.sh | ||
| update-nightly-olm-files.sh | ||
README.md
Pre-Requisites
OLM packages scripts are using some required dependencies that need to be installed
If these dependencies are not installed, docker-run.sh can be used as a container bootstrap to run a given script with the appropriate dependencies.
Example : $ docker-run.sh update-nightly-olm-files.sh
Make new changes to OLM artifacts
Every change needs to be done in a new OLM artifact as previous artifacts are frozen.
A script is generating new folders/files that can be edited.
In olm folder
- If all dependencies are installed on the system:
$ update-nightly-olm-files.sh
- To use a docker environment
$ docker-run.sh update-nightly-olm-files.sh
Then the changes can be applied in the newly created CSV files.