Skip to content

Commit

Permalink
feat(openapi): add recommended images to info endpoint (reanahub#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Nov 1, 2024
1 parent d0becac commit e65544d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ The list of contributors in alphabetical order:

- [Adelina Lintuluoto](https://orcid.org/0000-0002-0726-1452)
- [Agisilaos Kounelis](https://orcid.org/0000-0001-9312-3189)
<<<<<<< HEAD
- [Alastair Lyall](https://orcid.org/0009-0000-4955-8935)
=======
>>>>>>> 09af236 (docs(info): add recommended images to info endpoint (#459))
- [Alp Tuna](https://orcid.org/0009-0001-1915-3993)
- [Audrius Mecionis](https://orcid.org/0000-0002-3759-1663)
- [Bruno Rosendo](https://orcid.org/0000-0002-0923-3148)
Expand Down
27 changes: 27 additions & 0 deletions reana_commons/openapi_specifications/reana_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,19 @@
"title": "Default workspace",
"value": "/usr/share"
},
"interactive_session_recommended_jupyter_images": {
"title": "Recommended jupyter images for interactive sessions",
"value": [
{
"image": "docker.io/jupyter/scipy-notebook:notebook-6.4.5",
"name": "Jupyter SciPy Notebook 6.4.5"
},
{
"image": "docker.io/jupyter/scipy-notebook:notebook-9.4.5",
"name": "Jupyter SciPy Notebook 9.4.5"
}
]
},
"kubernetes_max_memory_limit": {
"title": "Maximum allowed memory limit for Kubernetes jobs",
"value": "10Gi"
Expand Down Expand Up @@ -587,6 +600,20 @@
},
"type": "object"
},
"interactive_session_recommended_jupyter_images": {
"items": {
"properties": {
"image": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"kubernetes_max_memory_limit": {
"properties": {
"title": {
Expand Down

0 comments on commit e65544d

Please sign in to comment.