-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support multiple images #10
Comments
I was thinking about something related in pangeo-data/pangeo-cloud-federation#56. For a production cluster, it seems important to have a certain level of persistence and versioning of the images. Like, if I am using a container named An alternative would be to address this at the jupyter kernel level. This is how we do it on standard, non-cloud-based jupyterhubs. We just keep making new kernels, but don't delete the old ones. |
Looks like this issue will get some newfound attention. So The image building would probably need another parameter to figure out which image to build. It could also have an option to build all of them in order. I'm guessing the harder part will be how to inject this into the JupyterHub config. @yuvipanda do you have some suggestions on how to fiddle with this? I'm seeing that We might also want to setup some way to pass in prebuilt Docker images that |
We currently only support a single image per deployment. We should support multiple images instead, and integrate that with kubespawner profiles somehow.
The text was updated successfully, but these errors were encountered: