Closed
Description
Which area this bug is related to
/area registry
Bug Summary
The following nodejs devfiles are using registry.access.redhat.com/ubi8/nodejs-14:latest
image under the hood. The image is not usable by Eclipse Che / CRW since it is a terminating one, and does not specify non-terminating command / args.
Affected devfiles:
- https://registry.devfile.io/devfiles/nodejs
- https://registry.devfile.io/viewer/devfiles/Community+nodejs-basic (uses https://registry.devfile.io/devfiles/nodejs as parent)
Expected behavior
Workspace is started without errors
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable.
runtime container which uses registry.access.redhat.com/ubi8/nodejs-14:latest
puts the pod in the CrashLoopBackOff state
Additional context
The problem has been already raised in #681 (comment)
Any workaround?
N/A
Suggestion on how to fix the bug
Update the image and make it non-terminating