-
Bug
-
Resolution: Done
-
Critical
-
2.0.0.GA
-
None
-
Workaround Exists
-
ODO cannot work, if there is no record of the user in /etc/passwd (according to https://github.com/openshift/odo/issues/2380)
There is something fishy in our dockerfile.
I suspect, that on this line http://pkgs.devel.redhat.com/cgit/containers/codeready-workspaces-plugin-openshift/tree/Dockerfile?h=crw-2.0-rhel-8&id=b7557b99956f3fc7858c64658a65cb92d756cc82#n35 we are replacing "theia" with some placeholders, but I think there is no "theia" record in /etc/passwd in the first place, that's why entrypoint fails to replace those placeholders (as they are not there).