Skip to content

Commit

Permalink
Merge pull request #3797 from consideRatio/pr/update-qgis-images
Browse files Browse the repository at this point in the history
nasa and hhmi hubs: update QGIS image
  • Loading branch information
yuvipanda authored Mar 15, 2024
2 parents ca2d4a8 + 07e22d0 commit a4a9569
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:babb0fa15dfa
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:babb0fa15dfa
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:babb0fa15dfa
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 @@ -188,15 +188,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:babb0fa15dfa
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 a4a9569

Please sign in to comment.