-
Bug
-
Resolution: Done
-
Critical
-
CRW 2.6.0
-
devex docs #198 Mar 4-Mar 25
-
1
-
Undefined
-
---
-
---
When we are trying to follow Administration guide for creating custom devfile registry:
3.3.1. Deploying registries in OpenShift
We can see that the openshift/che-devfile-registry.yml file is not present in the git@github.com:redhat-developer/codeready-workspaces.git for crw-2.6-rhel-8 branch.
I can see only two che-plugin-registry.yml templates and it is not clear which one to use if I want to apply plugin registry in the feature.
[rludva@server codeready-workspaces]$ pwd /var/git/github.com/redhat-developer/codeready-workspaces [rludva@server codeready-workspaces]$ git checkout crw-2.6-rhel-8 Already on 'crw-2.6-rhel-8' Your branch is up to date with 'origin/crw-2.6-rhel-8'. [rludva@server codeready-workspaces]$ find . -name che-devfile-registry.yml -print [rludva@server codeready-workspaces]$ find . -name che-plugin-registry.yml -print ./dependencies/che-plugin-registry/openshift/che-plugin-registry.yml ./dependencies/che-plugin-registry/deploy/openshift/che-plugin-registry.yml