Open vemonet opened 4 years ago
This project is effectively no longer maintained. Suggest you look at the official Jupyter Notebook images from the Jupyter Project.
If you need to run them in OpenShift specifically, see:
If you need something which is based on Red Hat base images, or supported by Red Hat in some way, then look at the Red Hat projects:
Hi @GrahamDumpleton,
If you say that this project is no longer maintained. You mean the jupyter-on-openshift project as a whole? So jupyter-notebooks 2.5.1 and jupyterhub-quickstart 3.4.0 will be the last versions?
I've looked into the links above but i'm not finding directly something a like as jupyter-on-openshift (so with the jupyter hub / db and flexibility via s2i). We got your code working on our OpenShift platform (based on RHEL images). And even made deployment easier via HELM. We will be very sad to see this repo going stale ;)
Ive alsof found this one: https://github.com/jupyterhub/zero-to-jupyterhub-k8s but when I'm looking into OpenShift it will forward me back to this (your) repo again ;). And Jupyter Docker Stacks is also noting you as an alternative.
Hope to hear from you, greets
Running Jupyter-on-openshift Notebooks minimal image:
Once started, the Jupyter-on-openshift image calls a
code-server serviceWorker.js
script which fails with404
status:Is it an expected behavior? Why is it failing if it is an expected behaviour?