jupyter-on-openshift / jupyterhub-quickstart

OpenShift compatible version of the JupyterHub application.
Apache License 2.0
101 stars 107 forks source link

s2i-minimal-notebook-py35:2.5.0 - not found. #31

Closed cloudbustinguk closed 4 years ago

cloudbustinguk commented 4 years ago

Hi, 2.5.0 is not available on Quay:

https://quay.io/repository/jupyteronopenshift/s2i-minimal-notebook-py35?tab=tags

Unable to sync image for tag s2i-minimal-notebook:3.5. dockerimage.image.openshift.io "quay.io/jupyteronopenshift/s2i-minimal-notebook-py35:2.5.0" not found

Will it be made available soon?

cheers

GrahamDumpleton commented 4 years ago

Looks like when one of the Python packages in the requirements.txt file was updated, the newer version wasn't available for Python 3.5, only Python 3.6. Hadn't noticed there was an issue since I probably only checked that Python 3.6 had built. I'll have to work out a qualifier for the requirements.txt file which says to use older package version for Python 3.5.

GrahamDumpleton commented 4 years ago

Also should mention that the quickest solution to get around it until can fix it, is to edit the s2i-minimal-notebook image stream and modify the 3.5 tag so references 2.4.1 version of target image.

cloudbustinguk commented 4 years ago

Thanks Graham.

GrahamDumpleton commented 4 years ago

I think this should be fixed over in the jupyter-notebooks repository now. Loading the image stream file again should work.