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

Allow configuring used IDE Image per workspace #2977

Closed
svenefftinge opened this issue Jan 20, 2021 · 4 comments
Closed

Allow configuring used IDE Image per workspace #2977

svenefftinge opened this issue Jan 20, 2021 · 4 comments
Labels
component: ide meta: stale This issue/PR is stale and will be closed soon priority: 💪 stretch goal This issue is a stretch goal within an iteration.

Comments

@svenefftinge
Copy link
Member

Currently, in closed beta we allow users to provide a docker image, containing the IDE to run in their workspaces.
This currently can be set on the user settings and would effect all workspaces a user starts.
It might be useful to decide this on a per-repository basis, so that the whole team would get the correct IDE when starting and don't need to maintain or change the IDE setting globally.

To support that we should add a property to the .gitpod.yml where an image can be specified.
This setting should have precedence over user-setting level information. We can come up with a solution to disable this precedence once people ask for it with compelling use cases. Until then creating a branch where the property is removed from the .gitpod.yml should be a working (though inconvenient) workaround.

@csweichel
Copy link
Contributor

How would that setting look like in the config.yaml?:

  • for forcing Code on everyone:
    ide: code
  • for picking a specific IDE image:
    ide: my-registry.com/some-docker/repo:latest

Do we ever want to configure things for the IDE other than its image (paths, env vars, ports)? If so, we could use this instead:

ide:
    image: docker/image:latest

@csweichel csweichel added the priority: 💪 stretch goal This issue is a stretch goal within an iteration. label Feb 1, 2021
@csweichel csweichel modified the milestones: February 2021, March 2021 Feb 2, 2021
@csweichel
Copy link
Contributor

moved into march because of private beta of this feature. If we wanted to add this now we'd have to check for the IDE_CONFIG permission first

@csweichel csweichel removed this from the [backlog] March 2021 milestone Mar 1, 2021
@adibhanna
Copy link

Hey! is this an option now?

@stale
Copy link

stale bot commented Jul 11, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the meta: stale This issue/PR is stale and will be closed soon label Jul 11, 2021
@stale stale bot closed this as completed Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: ide meta: stale This issue/PR is stale and will be closed soon priority: 💪 stretch goal This issue is a stretch goal within an iteration.
Projects
None yet
Development

No branches or pull requests

3 participants