-
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
[ide] Investigate the impossibility of connecting via SSH to some workspaces using custom Docker images #12265
Comments
I was with the impression it is not expected for gitpod to work with MS docker images as they have custom changes. I remember trying and sometimes it didn't even build, have that changed? |
This is funny, it doesn't even work when trying to connect from the terminal xD cc @iQQBot
Tried the commit before that change and same issue, I'd say this bug applies to all MS images |
This is somewhat related to the ongoing challenge we have with Gitpod about the visibility of the underlying image for a Gitpod workspace. It's possible that we want to mark certain images or images with certain characteristics as incompatible (or at least warn users of unexpected behaviours): |
It seems to be because of this image has another user and it somehow breaks installing SSH keys. |
We've found one case where the use of a Custom Docker Image in .gitpod.yml caused the SSH connection to fail (which makes it also impossible to connect using JetBrains IDE): https://github.com/spring-projects/spring-petclinic/
In this specific repository, it seems it started failing after this change: spring-projects/spring-petclinic@5aef5c3
Originally discussed in #12163 (comment)
The text was updated successfully, but these errors were encountered: