Skip to content
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

Closed
felladrin opened this issue Aug 22, 2022 · 4 comments · Fixed by #12498
Assignees
Labels

Comments

@felladrin
Copy link
Contributor

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)

@jeanp413
Copy link
Member

jeanp413 commented Aug 22, 2022

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?

@jeanp413
Copy link
Member

jeanp413 commented Aug 22, 2022

This is funny, it doesn't even work when trying to connect from the terminal xD cc @iQQBot

In this specific repository, it seems it started failing after this change: spring-projects/spring-petclinic@5aef5c3

Tried the commit before that change and same issue, I'd say this bug applies to all MS images

@loujaybee
Copy link
Member

I was with the impression it is not expected for gitpod to work with MS docker images - @jeanp413

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):

@akosyakov
Copy link
Member

akosyakov commented Aug 29, 2022

It seems to be because of this image has another user and it somehow breaks installing SSH keys.

@akosyakov akosyakov moved this to Scheduled in 🚀 IDE Team Aug 29, 2022
Repository owner moved this from Scheduled to Done in 🚀 IDE Team Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants