feat: update jupyterlab container (#209)
- change to packer created alma9 instance - change docker root to use /data volume Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/209
This commit is contained in:
parent
4400456519
commit
a5a193d9eb
@ -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'
|
||||
|
||||
@ -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',
|
||||
){
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user