Skip to content

Commit

Permalink
feat: add support for starting ssh enabled sessions (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius authored Feb 17, 2023
1 parent 75b60e5 commit d4a9cc9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R-minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion bioc-minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion julia-minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 #
Expand Down
5 changes: 5 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion python-minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 #
Expand Down

0 comments on commit d4a9cc9

Please sign in to comment.