Skip to content

Commit

Permalink
nasa and hhmi hubs: update QGIS image
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 14, 2024
1 parent c87ca1c commit 43b73eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
7 changes: 1 addition & 6 deletions config/clusters/hhmi/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,10 @@ basehub:
display_name: Linux desktop
slug: desktop
kubespawner_override:
# Explicitly unset this - we set this to 'jupyterhub-singleuser'
# in basehub/values.yaml. We instead want to leave this unset,
# so the default command for the docker image is used instead.
# This is required for .desktop files to show up correctly.
cmd: null
# Launch people directly into the Linux desktop when they start
default_url: /desktop
# Built from https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/51
image: "quay.io/jupyter-remote-desktop-proxy/qgis:2023-09-27"
image: quay.io/2i2c/nasa-qgis-image:TAGFIXME
hub:
allowNamedServers: true
config:
Expand Down
7 changes: 1 addition & 6 deletions config/clusters/nasa-esdis/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,8 @@ jupyterhub:
- display_name: QGIS
description: QGIS environment
kubespawner_override:
# Explicitly unset this - we set this to 'jupyterhub-singleuser'
# in basehub/values.yaml. We instead want to leave this unset,
# so the default command for the docker image is used instead.
# This is required for .desktop files to show up correctly.
cmd: null
# Launch people directly into the Linux desktop when they start
default_url: /desktop
# Built from https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/51
image: "quay.io/jupyter-remote-desktop-proxy/qgis:2023-09-27"
image: quay.io/2i2c/nasa-qgis-image:TAGFIXME
profile_options: *profile_options
8 changes: 1 addition & 7 deletions config/clusters/nasa-ghg/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,9 @@ basehub:
slug: qgis
description: Linux desktop in the browser, with qgis installed
kubespawner_override:
# Explicitly unset this - we set this to 'jupyterhub-singleuser'
# in basehub/values.yaml. We instead want to leave this unset,
# so the default command for the docker image is used instead.
# This is required for .desktop files to show up correctly.
cmd: null
# Launch people directly into the Linux desktop when they start
default_url: /desktop
# Built from https://github.com/2i2c-org/nasa-qgis-image
image: "quay.io/2i2c/nasa-qgis-image:78d96c092f8e"
image: quay.io/2i2c/nasa-qgis-image:TAGFIXME
profile_options: *profile_options
- display_name: "Bring your own image"
description: Specify your own docker image (must have python and jupyterhub installed in it)
Expand Down
7 changes: 1 addition & 6 deletions config/clusters/nasa-veda/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,10 @@ basehub:
slug: qgis
description: Linux desktop in the browser, with qgis installed
kubespawner_override:
# Explicitly unset this - we set this to 'jupyterhub-singleuser'
# in basehub/values.yaml. We instead want to leave this unset,
# so the default command for the docker image is used instead.
# This is required for .desktop files to show up correctly.
cmd: null
# Launch people directly into the Linux desktop when they start
default_url: /desktop
# Built from https://github.com/2i2c-org/nasa-qgis-image
image: "quay.io/2i2c/nasa-qgis-image:78d96c092f8e"
image: quay.io/2i2c/nasa-qgis-image:TAGFIXME
profile_options: *profile_options
- display_name: "Bring your own image"
description: Specify your own docker image (must have python and jupyterhub installed in it)
Expand Down

0 comments on commit 43b73eb

Please sign in to comment.