feat: update jupyterlab container

- change to packer created alma9 instance
- change docker root to use /data volume
This commit is contained in:
Ben Vincent 2025-01-04 13:32:28 +11:00
parent 4400456519
commit 0516f47ba5
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ hiera_include:
# manage docker
docker::version: latest
docker::curl_ensure: false
docker::root_dir: /data/docker
# manage a simple nginx reverse proxy
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_user_attribute = 'uid',
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',
){