File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ basehub:
85
85
subPath : _shared-public
86
86
profileList :
87
87
- display_name : " Loren Frank Lab"
88
- default : true
89
88
description : " Spyglass-NWB container for the Loren Frank Lab"
90
89
slug : lorenfrank
91
90
profile_options :
@@ -144,7 +143,28 @@ basehub:
144
143
slug : spyglass
145
144
kubespawner_override :
146
145
image : " quay.io/lorenlab/hhmi-spyglass-image:62b90867ea22"
146
+ - display_name : " Janelia Cellmap"
147
+ description : " Dacapo container for Janelia Cellmap"
148
+ slug : cellmap
149
+ profile_options :
150
+ requests : *profile_option_requests
151
+ image :
152
+ display_name : Image
153
+ unlisted_choice :
154
+ enabled : True
155
+ display_name : " Custom image"
156
+ validation_regex : " ^.+:.+$"
157
+ validation_message : " Must be a publicly available docker image, of form <image-name>:<tag>"
158
+ kubespawner_override :
159
+ image : " {value}"
160
+ choices :
161
+ dacapo :
162
+ display_name : Dacapo
163
+ slug : dacapo
164
+ kubespawner_override :
165
+ image : " quay.io/2i2c/dacapo-image:42b606702986"
147
166
- display_name : " Community Images"
167
+ default : true
148
168
description : " Start a container with a community maintained image"
149
169
slug : community
150
170
profile_options :
You can’t perform that action at this time.
0 commit comments