You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
Describe the bug
I see this error: /tmp/scripts/assemble: line 16: cd: /opt/app-root/src/jupyterhub-singleuser-profiles/jupyterhub_singleuser_profiles/ui/: No such file or directory when checking the logs of the JupyterHub image buildConfig.
I also see this error error: build error: error building at STEP "RUN /tmp/scripts/assemble": error while running runtime: exit status 1 when checking the logs of the JupyterHub pod created by oc new-app --template jupyterhub-ocp-oauth
To Reproduce
Since the README in this repo points to imagestreams that don't exist, I am using the imagestreams in the jupyterhub-quickstart repo
Steps to reproduce the behavior:
1. oc apply -f https://raw.githubusercontent.com/jupyter-on-openshift/jupyter-notebooks/master/image-streams/s2i-minimal-notebook.json
2. oc apply -f https://raw.githubusercontent.com/jupyter-on-openshift/jupyterhub-quickstart/master/image-streams/jupyterhub.json
3. oc create -f https://raw.githubusercontent.com/aicoe/jupyterhub-ocp-oauth/master/templates.json
4. Change jupyterhub image tag in template from latest to 3.4.0
5. oc new-app --template jupyterhub-ocp-oauth
6. See errors: oc logs bc/my-jupyterhub-img and oc logs my-jupyterhub-img-1-build
Expected behavior
The JupyterHub pod should be running with no errors
Additional context
Are these the correct imagestreams I should be using or are there updated ones I can use?
The text was updated successfully, but these errors were encountered:
eletonia
changed the title
Error in BuildConfig and JupyterHub pod when deploying new app
Errors in BuildConfig and JupyterHub pod when deploying new app
Jul 19, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I see this error:
/tmp/scripts/assemble: line 16: cd: /opt/app-root/src/jupyterhub-singleuser-profiles/jupyterhub_singleuser_profiles/ui/: No such file or directory
when checking the logs of the JupyterHub image buildConfig.I also see this error
error: build error: error building at STEP "RUN /tmp/scripts/assemble": error while running runtime: exit status 1
when checking the logs of the JupyterHub pod created byoc new-app --template jupyterhub-ocp-oauth
To Reproduce
Since the README in this repo points to imagestreams that don't exist, I am using the imagestreams in the jupyterhub-quickstart repo
Steps to reproduce the behavior:
1.
oc apply -f https://raw.githubusercontent.com/jupyter-on-openshift/jupyter-notebooks/master/image-streams/s2i-minimal-notebook.json
2.
oc apply -f https://raw.githubusercontent.com/jupyter-on-openshift/jupyterhub-quickstart/master/image-streams/jupyterhub.json
3.
oc create -f https://raw.githubusercontent.com/aicoe/jupyterhub-ocp-oauth/master/templates.json
4. Change jupyterhub image tag in template from
latest
to3.4.0
5.
oc new-app --template jupyterhub-ocp-oauth
6. See errors:
oc logs bc/my-jupyterhub-img
andoc logs my-jupyterhub-img-1-build
Expected behavior
The JupyterHub pod should be running with no errors
Additional context
Are these the correct imagestreams I should be using or are there updated ones I can use?
The text was updated successfully, but these errors were encountered: