feat: update jupyterlab container #209

Merged
unkinben merged 1 commits from neoloc/jupyterlab_docker into develop 2025-01-04 14:10:44 +11:00
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ hiera_include:
# manage docker # manage docker
docker::version: latest docker::version: latest
docker::curl_ensure: false docker::curl_ensure: false
docker::root_dir: /data/docker
# manage a simple nginx reverse proxy # manage a simple nginx reverse proxy
profiles::nginx::simpleproxy::nginx_vhost: 'jupyterhub.query.consul' profiles::nginx::simpleproxy::nginx_vhost: 'jupyterhub.query.consul'

View File

@ -25,7 +25,7 @@ class profiles::jupyter::jupyterhub (
String $ldap_group_search_filter = '(uniqueMember={userdn})', String $ldap_group_search_filter = '(uniqueMember={userdn})',
String $ldap_user_attribute = 'uid', String $ldap_user_attribute = 'uid',
String $ldap_user_dn_attribute = 'cn', String $ldap_user_dn_attribute = 'cn',
String $docker_image = 'git.query.consul/unkin/almalinux8-jupyterinstance:latest', String $docker_image = 'git.query.consul/unkin/almalinux9-jupyterlab:latest',
String $docker_network = 'bridge', String $docker_network = 'bridge',
){ ){