### Description <!-- A clear and concise description of what the bug is. --> The `/etc/passwd` file in the project-clone container image is missing a user entry with UID 1234. The default securityContext for kubernetes references user 1234: https://github.com/devfile/devworkspace-operator/blob/a83998827afcbec18c50cf528f4f9d3cfd591f5d/pkg/config/defaults.go#L95 See original issue: https://github.com/eclipse-che/che/issues/23660