Skip to content

Commit

Permalink
add zen dev extension env
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Oct 9, 2024
1 parent 4cfda28 commit ca4a34c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions infrastructure/cluster/flux/jhub/jhub-configmap-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ data:
description: "Contains the MLFermiLATDwarfs and fermitools libraries - Python 3.9 kernel."
kubespawner_override:
image: ghcr.io/vre-hub/vre-singleuser-microomega:sha-5cbf4f4
- display_name: "Dev environment"
- display_name: "DEV environment"
description: "Development environment with various tools installed."
kubespawner_override:
image: ghcr.io/vre-hub/vre-singleuser-dev:latest
- display_name: "REANA dev environment"
- display_name: "Reana DEV environment"
description: "For testing purposes"
kubespawner_override:
image: ghcr.io/vre-hub/vre-singleuser-reana-dev:latest
image: ghcr.io/vre-hub/vre-singleuser-reana-dev:latest
- display_name: "Zenodo extension DEV environment"
description: "For testing purposes"
kubespawner_override:
image: ghcr.io/vre-hub/vre-singleuser-zen_ext-dev:latest

0 comments on commit ca4a34c

Please sign in to comment.