diff --git a/AUTHORS.md b/AUTHORS.md index 3d83b76f..1a1fec3a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -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) diff --git a/reana_commons/openapi_specifications/reana_server.json b/reana_commons/openapi_specifications/reana_server.json index 96ce8eae..2c986ea0 100644 --- a/reana_commons/openapi_specifications/reana_server.json +++ b/reana_commons/openapi_specifications/reana_server.json @@ -457,6 +457,13 @@ "title": "Default workspace", "value": "/usr/share" }, + "interactive_session_recommended_jupyter_images": { + "title": "Recommended jupyter images for interactive sessions", + "value": [ + "docker.io/jupyter/scipy-notebook:notebook-6.4.5", + "docker.io/jupyter/scipy-notebook:notebook-9.4.5" + ] + }, "kubernetes_max_memory_limit": { "title": "Maximum allowed memory limit for Kubernetes jobs", "value": "10Gi" @@ -587,6 +594,20 @@ }, "type": "object" }, + "interactive_session_recommended_jupyter_images": { + "properties": { + "title": { + "type": "string" + }, + "value": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "kubernetes_max_memory_limit": { "properties": { "title": {