-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
DevPod on F40 #1153
Comments
I have just downloaded the Linux v0.5.6-alpha.1 tarball. The cli is statically compiled so works as expected. [~/tmp/dp/usr/bin]
lunix@astro] -> ldd dev-pod | grep ssl
libssl.so.3 => /lib64/libssl.so.3 (0x00007f88ee978000)
[~/tmp/dp/usr/bin]
lunix@astro] -> ldd dev-pod | grep "not found"
libwebkit2gtk-4.0.so.37 => not found
libjavascriptcoregtk-4.0.so.18 => not found |
Alright, when v0.5.6 releases we can look at adding it back in! |
There is still a couple of missing libs in F40. |
Devpod 0.5.5 is working for me in F40 (F40 inside Toolbox in Silverblue 40). I need to install |
Bingo ! Thank you @tfmoraes Here is what I have now that is working:
|
Devpod 5.6 was released. I'll see if we can get devpod building properly with the rpm. As a fallback we can look at going back to directly using the tarball. I can get devpod working with docker, but it is currently failing with podman. |
Good news and bad news: Good News: It is working with podman unlike the appimage. Weird News: You can connect from desktop VSCode to the devpod. But using the vscode URL doesn't work. Devpod is an RPM in our staging copr. |
I just removed the devpod tarball and add the staging RPM, baked a new container and rebased. I start a workspace using a k8s provider and it opens vscode with a correctly setup ssh tunnel for the terminal. I am ok with the fact devpod and vscode are both installed and run from my custom image and not in a distrobox. |
Issue filed upstream about vscode URL. Otherwise this is working with docker and podman. Closing. |
We removed DevPod from the Fedora 40 package list temporarily. This issue serves as how we will get this package back.
Dependency List:
libappindicator-gtk3
webkit2gtk4.0 -> provides libwebkit2gtk-4.0.so.37
openssl1.1 -> provides libssl.so.1.1
Current issue:
Fedora 40 does not provide libssl.so.1.1.
The text was updated successfully, but these errors were encountered: