jupyter-on-openshift / jupyter-notebooks

OpenShift compatible S2I builder for basic notebook images.
Apache License 2.0
54 stars 111 forks source link

Update to jupyterlab 1.0 and ubi8/centos8 #7

Closed juliusvonkohout closed 5 years ago

juliusvonkohout commented 5 years ago

In the develop branch you have to remove "JUPYTERLAB_HUB_EXTENSION_VERSION=${JUPYTERLAB_HUB_EXTENSION_VERSION:-0.12.0} @jupyterlab/hub-extension@^${JUPYTERLAB_HUB_EXTENSION_VERSION}" "jupyter labextension install @jupyterlab/hub-extension" "

We now include the JupyterHub extension in core JupyterLab, so you no longer need to install @jupyterlab/hub-extension. (#6451, #6428)

and change the jupyterlab version to 1.0.0

I am able to build the develop branch now with registry.access.redhat.com/ubi8/python-36. centos8 is not yet released https://wiki.centos.org/About/Building_8.

sh-4.4$ cat /etc/os-release NAME="Red Hat Enterprise Linux" VERSION="8.0 (Ootpa)" ID="rhel" ID_LIKE="fedora" VERSION_ID="8.0" PLATFORM_ID="platform:el8" PRETTY_NAME="Red Hat Enterprise Linux 8.0 (Ootpa)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:redhat:enterprise_linux:8.0:GA" HOME_URL="https://www.redhat.com/" BUG_REPORT_URL="https://bugzilla.redhat.com/"

REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" REDHAT_BUGZILLA_PRODUCT_VERSION=8.0 REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" REDHAT_SUPPORT_PRODUCT_VERSION="8.0"