-
Bug
-
Resolution: Done
-
Critical
-
CRW 2.1.1
-
devex docs #187 Jul 16-Aug 6, devex docs #188 Aug 6-Aug 28, devex docs #189 Aug 28-Sep 18
-
3
In https://access.redhat.com/documentation/en-us/red_hat_codeready_workspaces/2.1/html/end-user_guide/customizing-developer-environments#choosing-the-sidecar-image_using-a-visual-studio-code-extension-in-codeready-workspaces there's a list of images that the author has stated can be used as sidecars when creating new plugins to include in the CRW plugin registry.
However the whole list is from upstream Eclipse Che... which should be obvious since they all have "Eclipse" in the image name, rather than "codeready workspaces" or "registry.redhat.io":
eclipse/che-remote-plugin-runner-java8 eclipse/che-remote-plugin-runner-java11 eclipse/che-remote-plugin-go-1.10.7 eclipse/che-remote-plugin-python-3.7.3 eclipse/che-remote-plugin-dotnet-2.2.105 eclipse/che-remote-plugin-php7 eclipse/che-remote-plugin-kubernetes-tooling-1.0.0 eclipse/che-remote-plugin-kubernetes-tooling-0.1.17 eclipse/che-remote-plugin-openshift-connector-0.0.17 eclipse/che-remote-plugin-openshift-connector-0.0.21
In addition to replacing this list with the correct sidecars in CRW, which are:
registry.redhat.io/codeready-workspaces/theia-endpoint-rhel8:2.1 registry.redhat.io/codeready-workspaces/plugin-openshift-rhel8:2.1 registry.redhat.io/codeready-workspaces/plugin-kubernetes-rhel8:2.1 registry.redhat.io/codeready-workspaces/plugin-java11-rhel8:2.1 registry.redhat.io/codeready-workspaces/stacks-java-rhel8:2.1 registry.redhat.io/codeready-workspaces/stacks-node-rhel8:2.1 registry.redhat.io/codeready-workspaces/stacks-cpp-rhel8:2.1 registry.redhat.io/codeready-workspaces/stacks-dotnet-rhel8:2.1 registry.redhat.io/codeready-workspaces/stacks-golang-rhel8:2.1 registry.redhat.io/codeready-workspaces/stacks-php-rhel8:2.1 registry.redhat.io/codeready-workspaces/stacks-python-rhel8:2.1
... it also seems wrong that in the upstream Che docs, we list several versions of the same container, when we should only list the latest.
The Che list is also not sorted alphabetically, nor in order of supported priority (as I've done above for the CRW sidecars/stacks).
And finally, I would ask that we scan the document looking for all occurrences of strings like eclipse/che-theia-endpoint-runtime and replace them with the CRW equivalent.
- is related to
-
RHDEVDOCS-1902 [DOWNSTREAMING] Admin guide points to Che images instead of CRW ones
- Closed