-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nodejs 2.0 and 2.2 devfiles use terminating image under the hood and not usable by Eclipse Che #767
Comments
Believe this will be fixed by devfile/registry#91 |
@johnmcollier thanks for the pointer, however, I do not see any changes in this draft PR related to |
We will have to specify @ibuziuk What would be the ideal command to make images non-terminating? We should document what is the recommended way to do this. Most of the images that we are going to use in devfile stack will have default entrypoint that is terminating.So we will have to remember override it in devfiles. |
@kadel we normally use
👍 please, let me know if you need assistance with this |
Note that this PR would fix this issue (it adds |
@kadel do you have any suggestions here? It seems overriding the command to the devfile causes odo to fail to deploy the devfile since supervisord isn't the entrypoint any more. |
Yes, sadly this is a bug in odo :-/ We should have a fix in a few days. |
@kadel has odo released a fix? |
@schultzp2020 yes, a while back. More info is in the PR comments (devfile/registry#102 (comment)) |
@ibuziuk Can this issue be closed out? |
This issue has been resolved. There is a PR check that verifies that there are no more terminating containers in the registry. |
Which area this bug is related to
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:
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 stateAdditional 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
The text was updated successfully, but these errors were encountered: