From 09af236a80d89c7255f1fcf94f6e4317e0599262 Mon Sep 17 00:00:00 2001 From: Alputer Date: Mon, 27 May 2024 11:24:34 +0200 Subject: [PATCH] docs(info): add recommended images to info endpoint (#459) Closes reanahub/reana-workflow-controller#569 --- AUTHORS.md | 1 + .../openapi_specifications/reana_server.json | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 373cd589..596b796a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,6 +4,7 @@ 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) +- [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) - [Burt Holzman](https://orcid.org/0000-0001-5235-6314) diff --git a/reana_commons/openapi_specifications/reana_server.json b/reana_commons/openapi_specifications/reana_server.json index 3001071d..9e32076b 100644 --- a/reana_commons/openapi_specifications/reana_server.json +++ b/reana_commons/openapi_specifications/reana_server.json @@ -366,6 +366,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" @@ -441,6 +448,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": {