-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Can't use universal-developer-image:ubi8-latest with sqlite #22752
Comments
@jorgeadrian93 hello, thank you for the interest in Eclipse Che |
@ibuziuk thanks for answering, I'm definitely not containerization expert, but when trying to follow the next documentation on how to install sqlite on fedora, if I modified the Dockerfile What is the process to push changes? |
@jorgeadrian93 if you just want to fall back on the default image the new tools should be contributed there. |
Awesome! Thanks a lot 😄 |
Hi @ibuziuk , I'm reopening this issue because I tried to customize the default universal base image, but the new image gets stuck when trying to open the editor. I even changed the start I'll try to explain what I did:
The build was successful, but I got the problem I described above. Thanks in advance for your help. |
@jorgeadrian93 It's possible to check logs using a terminal from openshift console => This workaround helps to start a workspace: But there are still some errors in logs related to libs, so I'm working on an ability to start VS Code editor in a |
I confirm that the error is the same that you mention with the node libraries, thanks for confirming that there is a workaround and a PR in progress 👍 It looks like we are on the bleeding edge. I'll keep an eye on this to test on my side once it merges. Thanks again! |
Summary
When trying to use the latest universal developer image with an application that uses
sqlite
, I get following error:Indeed the image has version 3.26
My question here is: What is the process to update the universal developer image predefined packages?
Thank you in advance!
Relevant information
No response
The text was updated successfully, but these errors were encountered: