rstudio / rstudio-docker-products

Docker images for RStudio Professional Products

Home Page:https://hub.docker.com/u/rstudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restrict JupyterLab and Jupyter versions Docker images

gsingh91 opened this issue · comments

We currently only support jupyter upto version 3.x, but in Workbench docker images, we install the latest which is 4.0
We should either restrict the version of jupyter in the docker image or make a note that we are currently testing for the latest and their might be some regression issues if the customer ends up using the latest version.

Jupyter v7 is also out now, so we should account for specific versions of JupyterLab (3.x) and Jupyter Notebook (v6.x) until we are sure we are ready to support the latest of each.

@jthomasmock customers are running into this issue using the Workbench images. It looks like this got merged into the docs, should the same explicit version be added to the Dockerfile here as well? https://github.com/rstudio/rstudio-pro/pull/5144

I would like for us to do so, for sure!

@colearendt is this something you could help with?

Closed by: #640