I have searched lot in google but couldn’t find answer.
we have openshift infrastructure available, but only limited functionalities.
in that we’re not allowed to use S2I but only able to boost container via jenkins and run oc command there(jenkinsfile).
problem we have now is we can’t even download jupyterhub image from quay.io due to security vulnerabilities by our company.
so I am asking what’s special for that jupyterhub image dedicated for openshift images.
can I configure by myself from offical jupyterhub library(we can install from conda forge channel)
with kubernetes capability that will work for openshift?
Is there any special configuration need to be considered for open shifts platform If I built it by my self? Just curious if you know anything as I haven’t used Openshift before