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

Sometimes It is necessary to have same HOME for plugin and dev containers #14938

Closed
svor opened this issue Oct 21, 2019 · 4 comments
Closed

Sometimes It is necessary to have same HOME for plugin and dev containers #14938

svor opened this issue Oct 21, 2019 · 4 comments
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. severity/P2 Has a minor but important impact to the usage or development of the system.

Comments

@svor
Copy link
Contributor

svor commented Oct 21, 2019

In some cases it is necessary to have the same value of HOME env for both containers: dev container and plugin container.

For example it is necessary for dotnet workspace, which uses omnisharp remote plugin. In this case both containers want to build the project (or sample) and the build process rewrites project's configuration which describes where dependency packages are located. And usually for dotnet the folder with that packages locates in $HOME/.nuget directory. It means that the value of dependency is different for these containers.

Probably it makes sense to have the same value of $HOME variable (maybe also for some another ENVs) for all containers.

@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Oct 21, 2019
@tsmaeder
Copy link
Contributor

Another instance of the "plugins assume they are on the same machine" problem. @svor can we get the two tools to use the $HOME variable instead of a fixed path?

@svor
Copy link
Contributor Author

svor commented Oct 21, 2019

@tsmaeder at the moment I don't know how to do that in case with dotnet, maybe it is possible to provide some parameter for build command...

@ibuziuk ibuziuk added severity/P2 Has a minor but important impact to the usage or development of the system. team/languages and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Oct 21, 2019
@tsmaeder tsmaeder added this to the Backlog - Languages milestone Oct 31, 2019
@tsmaeder tsmaeder mentioned this issue Dec 18, 2019
28 tasks
@tsmaeder tsmaeder mentioned this issue Jan 8, 2020
35 tasks
@tsmaeder tsmaeder mentioned this issue Jan 23, 2020
36 tasks
@tsmaeder tsmaeder mentioned this issue Feb 18, 2020
34 tasks
@che-bot
Copy link
Contributor

che-bot commented May 12, 2020

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 12, 2020
@tsmaeder
Copy link
Contributor

lifecycle/frozen

@amisevsk amisevsk added the lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. label May 13, 2020
@che-bot che-bot closed this as completed May 20, 2020
@tsmaeder tsmaeder reopened this May 20, 2020
@che-bot che-bot closed this as completed May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
None yet
Development

No branches or pull requests

5 participants