You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have scripts that run when a IDE session starts? The motivation for this is a want to create a symlink on the session container before the IDE starts. For example:
I think for proper function, this would need to be built into the product. We have this doc here, but it is really gross and not something we would want to standardize:
But maybe something like a /docker-entrypoint.d/ directory for session images that is respected and used by the rserver-launcher process could help with situations like this... although it would not help "launcher jobs," which do not run a parent binary. This is kinda the convention being set up here: rstudio/rstudio-docker-products#337
Thanks for the input Cole. How does it work for config.startupCustom? Is that baked in at the product level? Could we just replicate the same logic to have a config.sessionStartupCustom?
The Workbench Helm chart currently has a
config.startupCustom
key. For example:helm/examples/auto-scaling/rstudio-workbench/values.yaml
Lines 148 to 162 in c48d94f
Would it be possible to have scripts that run when a IDE session starts? The motivation for this is a want to create a symlink on the session container before the IDE starts. For example:
Or maybe there is a way to already do this?
The text was updated successfully, but these errors were encountered: