Sub-issues
#5306 - Switch to using a single quay.io organization for all non-GCP imagebuilding hubs
#5303 - Deploy imagebuilding to Openscapes hub
#5304 - Deploy imagebuilding to NMFS hub
#5305 - Deploy imagebuilding to LEAP hub
#5343 - Create a plan for user facing documentation about the ‘build your own image’ feature
#251 - Create more structured documentation for dynamic imagebuilding (2i2c-org/docs)
#5497 - Enable dynamic imagebuilding for all our hubs that have an image selector dropdown
#5498 - Upgrade binderhub-service to use newest binderhub
#5499 - [Spike] Investigate showing contents of the repo used to build image after launch
#5500 - Do one round of documentation improvements to repo2ocker docs
#5501 - Write a blog post about our approach to environment building, announce new changes to dynamic image building
Participate in the issue: github
Description¶
As hubs get a wider user base, different users need different environments to do their work. The same user may need multiple environments at different times too. Long term, we can not rely on admins to continuously update the small set of images available, and for users to have to keep up with modifying their code to work with newer packages. We need a way for users to be able to specify environments (without having to really understand Docker), with a view to later being able to share them with others in a standardized way. This should be done in a way that’s compatible with community standards as well, rather than re-inventing something new. As part of the previous PI, we have deployed jupyterhub
Proposal¶
We improve the Dynamic Image Building feature of jupyterhub-fancy-profiles (courtesy a prior grant from GESIS) until it can be put in front of production users. Once deployed, end users can easily create environments in the form of GitHub repositories (or Zenodo DOIs, or many other versioned sources) and, at some point in future, share it with each other (See #5087 ). These same environments will work on mybinder.org, our existing image building infrastructure and the ephemeral hub set up as part of JH-5 by using the same backend technology to build images (binderhub and repo2docker).
This work has partially been done as part of the DevSeed collaboration, but needs to be completed.
See related issues here and here
The second part of this effort is captured in #5087
Definition of Done¶
We have a clear UX allowing users to define, and build their custom environments
The UX is tested and validated with end-users
It has been deployed into a production hub
It has been shown to be replicably deployable
It is well documented
It has been added to our product menu.
Lessons learned have been documented
We have communicated the availability of this feature to our communities
We have communicated the availability of this features to our Sales function
Status: Upcoming P&S initiatives
Back to: All Initiatives