Skip to content

Fix $DOCKER_USER to use cp and not mv and only convert once #2056

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

Closed
nhooyr opened this issue Sep 3, 2020 · 2 comments
Closed

Fix $DOCKER_USER to use cp and not mv and only convert once #2056

nhooyr opened this issue Sep 3, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@nhooyr
Copy link
Contributor

nhooyr commented Sep 3, 2020

See #2051

@nhooyr nhooyr added the bug Something isn't working label Sep 3, 2020
nhooyr added a commit that referenced this issue Sep 3, 2020
Now we cp instead of mv $HOME as mv will fail due to the
user not existing.

We also only try to convert if the user hasn't been changed.

Finally I added usage to the docker docs in install.md

Closes #2056
nhooyr added a commit that referenced this issue Sep 3, 2020
Now we cp instead of mv $HOME as mv will fail due to the
user not existing.

We also only try to convert if the user hasn't been changed.

Finally I added usage to the docker docs in install.md

Closes #2056
nhooyr added a commit that referenced this issue Sep 3, 2020
We do not try renaming $HOME anymore as there is no good way
to do it.

We also only try to convert if the user hasn't been changed.

Finally I added usage to the docker docs in install.md

Closes #2056
nhooyr added a commit that referenced this issue Sep 3, 2020
We do not try renaming $HOME anymore as there is no good way
to do it.

We also only try to convert if the user hasn't been changed.

Finally I added usage to the docker docs in install.md

Closes #2056
@sr229
Copy link
Contributor

sr229 commented Sep 6, 2020

This is actually a bit trickier, if I remember my time with OpenShift, we can actually do that however, the shell script that is responsible for doing that has the username string fixed. I think we can try porting the user hack from Theia for OpenShift.

@nhooyr
Copy link
Contributor Author

nhooyr commented Oct 6, 2020

This is fixed by #2057

@nhooyr nhooyr closed this as completed Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants