bird-house / birdhouse-deploy

Scripts and configurations to deploy the various birds and servers required for a full-fledged production platform
https://birdhouse-deploy.readthedocs.io/en/latest/
Apache License 2.0
4 stars 6 forks source link

:bulb: [Feature] Migrate jupyterhub to v5 #477

Open mishaschwartz opened 2 days ago

mishaschwartz commented 2 days ago

Description

https://github.com/Ouranosinc/jupyterhub/pull/32 updated the base jupyterhub image to v5 which will require some migration steps (https://jupyterhub.readthedocs.io/en/latest/howto/upgrading-v5.html)

References

Concerned Organizations

tlvu commented 2 days ago

Oops sorry, as explained in https://github.com/Ouranosinc/jupyterhub/pull/32#issuecomment-2486411248 it was not the intention for us to move right now to JupyterHub v5.

Should I revert the FROM line in the Dockerfile to v4?

mishaschwartz commented 2 days ago

Let's leave it for now. But if we need to make changes to https://github.com/Ouranosinc/jupyterhub before we do the migration to v5 we can choose to revert the Dockerfile back to v4 at that time.