From d4a9cc97bf197c79b81d235f8b16e46dbbc541df Mon Sep 17 00:00:00 2001 From: Ralf Grubenmann Date: Fri, 17 Feb 2023 11:01:19 +0100 Subject: [PATCH] feat: add support for starting ssh enabled sessions (#167) --- R-minimal/Dockerfile | 2 +- bioc-minimal/Dockerfile | 2 +- julia-minimal/Dockerfile | 2 +- manifest.yaml | 5 +++++ minimal/Dockerfile | 2 +- python-minimal/Dockerfile | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/R-minimal/Dockerfile b/R-minimal/Dockerfile index afd6371..1850d83 100644 --- a/R-minimal/Dockerfile +++ b/R-minimal/Dockerfile @@ -1,6 +1,6 @@ # For finding latest versions of the base image see # https://github.com/SwissDataScienceCenter/renkulab-docker -ARG RENKU_BASE_IMAGE=renku/renkulab-r:4.2.0-0.13.1 +ARG RENKU_BASE_IMAGE=renku/renkulab-r:4.2.0-0.14.0 ######################################################## # Renku install section - do not edit # diff --git a/bioc-minimal/Dockerfile b/bioc-minimal/Dockerfile index 3ae1daa..bf5d0a3 100644 --- a/bioc-minimal/Dockerfile +++ b/bioc-minimal/Dockerfile @@ -1,6 +1,6 @@ # see https://github.com/SwissDataScienceCenter/renkulab-docker # to swap this image for the latest version available -ARG RENKU_BASE_IMAGE=renku/renkulab-bioc:RELEASE_3_15-0.13.1 +ARG RENKU_BASE_IMAGE=renku/renkulab-bioc:RELEASE_3_15-0.14.0 ######################################################## # Renku install section - do not edit # diff --git a/julia-minimal/Dockerfile b/julia-minimal/Dockerfile index 43da9b2..acfa3ed 100644 --- a/julia-minimal/Dockerfile +++ b/julia-minimal/Dockerfile @@ -1,6 +1,6 @@ # For finding latest versions of the base image see # https://github.com/SwissDataScienceCenter/renkulab-docker -ARG RENKU_BASE_IMAGE=renku/renkulab-julia:1.7.1-0.13.1 +ARG RENKU_BASE_IMAGE=renku/renkulab-julia:1.7.1-0.14.0 ######################################################## # Renku install section - do not edit # diff --git a/manifest.yaml b/manifest.yaml index d413251..8bf15f3 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -3,22 +3,27 @@ description: The simplest Python-3.9-based renku project with a basic directory structure and necessary supporting files. variables: {} icon: python-minimal.png + ssh_supported: true - folder: R-minimal name: Basic R (4.2.0) Project description: The simplest R-4.2.0-based renku project with a basic directory structure and necessary supporting files. variables: {} icon: R-minimal.png + ssh_supported: true - folder: bioc-minimal name: R-Bioconductor (3.15) Project description: The simplest R bioconductor-3.15-based renku project with a basic directory structure and necessary supporting files. variables: {} icon: bioconductor.png + ssh_supported: true - folder: julia-minimal name: Basic Julia (1.7.1) Project description: The simplest Julia 1.7.1-based renku project with a basic directory structure and necessary supporting files. variables: {} icon: julialang.png + ssh_supported: true - folder: minimal name: Minimal Renku description: The simplest renku project template with files for renku CLI and launching projects on renkulab. variables: {} + ssh_supported: true diff --git a/minimal/Dockerfile b/minimal/Dockerfile index 922e888..3f7e2b0 100644 --- a/minimal/Dockerfile +++ b/minimal/Dockerfile @@ -1,6 +1,6 @@ # For finding latest versions of the base image see # https://github.com/SwissDataScienceCenter/renkulab-docker -ARG RENKU_BASE_IMAGE=renku/renkulab-py:3.9-0.13.1 +ARG RENKU_BASE_IMAGE=renku/renkulab-py:3.9-0.14.0 ######################################################## # Renku install section - do not edit # diff --git a/python-minimal/Dockerfile b/python-minimal/Dockerfile index 2386f5b..3488f80 100644 --- a/python-minimal/Dockerfile +++ b/python-minimal/Dockerfile @@ -1,6 +1,6 @@ # For finding latest versions of the base image see # https://github.com/SwissDataScienceCenter/renkulab-docker -ARG RENKU_BASE_IMAGE=renku/renkulab-py:3.9-0.13.1 +ARG RENKU_BASE_IMAGE=renku/renkulab-py:3.9-0.14.0 ######################################################## # Renku install section - do not edit #