Skip to content
Snippets Groups Projects

Adding new updates from newest Docker images

Merged Jaromír Hradil requested to merge eosc-version-update into master
5 files
+ 37
9
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -52,7 +52,7 @@ singleuser:
@@ -52,7 +52,7 @@ singleuser:
defaultUrl: "/lab"
defaultUrl: "/lab"
image:
image:
name: eginotebooks/single-user-eosc
name: eginotebooks/single-user-eosc
tag: "sha-3473906"
tag: "sha-dea4fa2"
profileList:
profileList:
- display_name: Small Environment - 2 vCPU / 4 GB RAM (non-collaboratice)
- display_name: Small Environment - 2 vCPU / 4 GB RAM (non-collaboratice)
description: >
description: >
@@ -150,6 +150,12 @@ singleuser:
@@ -150,6 +150,12 @@ singleuser:
#
#
/usr/local/bin/jupyterhub-wait-remote-home
/usr/local/bin/jupyterhub-wait-remote-home
 
# Disables RTC extension. To enable it set this env variable in kubespawner_override
 
# to JUPYTERHUB_ALLOW_TOKEN_IN_URL="1"
 
if [ -z JUPYTERHUB_ALLOW_TOKEN_IN_URL ]; then
 
jupyter-labextension disable @jupyter/collaboration-extension
 
fi
 
cd .
cd .
exec jupyterhub-singleuser \
exec jupyterhub-singleuser \
--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \
--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \
@@ -169,7 +175,7 @@ hub:
@@ -169,7 +175,7 @@ hub:
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image:
image:
name: eginotebooks/hub
name: eginotebooks/hub
tag: "sha-df106d8"
tag: "sha-ea893ce"
config:
config:
Authenticator:
Authenticator:
enable_auth_state: true
enable_auth_state: true
@@ -189,6 +195,7 @@ hub:
@@ -189,6 +195,7 @@ hub:
authorize_url: "https://{{ secret['checkin_host'] }}/OIDC/authorization"
authorize_url: "https://{{ secret['checkin_host'] }}/OIDC/authorization"
token_url: "https://{{ secret['checkin_host'] }}/OIDC/token"
token_url: "https://{{ secret['checkin_host'] }}/OIDC/token"
userdata_url: "https://{{ secret['checkin_host'] }}/OIDC/userinfo"
userdata_url: "https://{{ secret['checkin_host'] }}/OIDC/userinfo"
 
introspect_url: "https://{{ secret['checkin_host'] }}/OIDC/introspect"
client_id: "{{ secret['client_id'] }}"
client_id: "{{ secret['client_id'] }}"
client_secret: "{{ secret['client_secret'] }}"
client_secret: "{{ secret['client_secret'] }}"
oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback"
oauth_callback_url: "https://{{ notebooks_hostname }}/hub/oauth_callback"
Loading