Skip to content

Commit

Permalink
chore: finalize image updates (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Dec 20, 2023
1 parent 591df89 commit 80dcadd
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion R-minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM renku/renkulab-r:4.3.1-0.21.0 as builder
# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history.
ARG RENKU_VERSION={{ __renku_version__ | default("1.11.2") }}
ARG RENKU_VERSION={{ __renku_version__ | default("2.7.0") }}

# Install renku from pypi or from github if a dev version
RUN if [ -n "$RENKU_VERSION" ] ; then \
Expand Down
6 changes: 3 additions & 3 deletions bioc-minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
########################################################
# Renku install section - do not edit #

FROM renku/renkulab-bioc:RELEASE_3_17-0.18.1 as builder
FROM renku/renkulab-bioc:RELEASE_3_17-0.21.0 as builder

# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history.
ARG RENKU_VERSION={{ __renku_version__ | default("1.11.2") }}
ARG RENKU_VERSION={{ __renku_version__ | default("2.7.0") }}

# Install renku from pypi or from github if a dev version
RUN if [ -n "$RENKU_VERSION" ] ; then \
Expand All @@ -25,7 +25,7 @@ RUN if [ -n "$RENKU_VERSION" ] ; then \
# End Renku install section #
########################################################

FROM renku/renkulab-bioc:RELEASE_3_17-0.18.1
FROM renku/renkulab-bioc:RELEASE_3_17-0.21.0

# Uncomment and adapt if code is to be included in the image
# COPY src /code/src
Expand Down
2 changes: 1 addition & 1 deletion julia-minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM renku/renkulab-julia:1.9.0-0.21.0 as builder
# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history.
ARG RENKU_VERSION={{ __renku_version__ | default("1.11.2") }}
ARG RENKU_VERSION={{ __renku_version__ | default("2.7.0") }}

# Install renku from pypi or from github if a dev version
RUN if [ -n "$RENKU_VERSION" ] ; then \
Expand Down
2 changes: 1 addition & 1 deletion minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM renku/renkulab-py:3.10-0.21.0 as builder
# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history.
ARG RENKU_VERSION={{ __renku_version__ | default("1.11.2") }}
ARG RENKU_VERSION={{ __renku_version__ | default("2.7.0") }}

# Install renku from pypi or from github if a dev version
RUN if [ -n "$RENKU_VERSION" ] ; then \
Expand Down
2 changes: 1 addition & 1 deletion pinned-image/.renku/renku.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[interactive]
default_url = /lab
image = renku/renkulab-py:{{ python_version | default("3.10") }}-0.20.0
image = renku/renkulab-py:3.10-0.21.0
6 changes: 3 additions & 3 deletions pinned-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
########################################################
# Renku install section - do not edit #

FROM renku/renkulab-py:{{ python_version | default("3.10") }}-0.20.0 as builder
FROM renku/renkulab-py:3.10-0.21.0 as builder

# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history.
ARG RENKU_VERSION={{ __renku_version__ | default("1.11.2") }}
ARG RENKU_VERSION={{ __renku_version__ | default("2.7.0") }}

# Install renku from pypi or from github if a dev version
RUN if [ -n "$RENKU_VERSION" ] ; then \
Expand All @@ -29,7 +29,7 @@ RUN if [ -n "$RENKU_VERSION" ] ; then \
# wait for the image to build and then update the pinned image in .renku/renku.ini or
# via the Settings panel in Renkulab.

FROM renku/renkulab-py:{{ python_version | default("3.10") }}-0.20.0
FROM renku/renkulab-py:3.10-0.21.0

COPY --from=builder ${HOME}/.renku/venv ${HOME}/.renku/venv

Expand Down
2 changes: 1 addition & 1 deletion python-minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM renku/renkulab-py:3.10-0.21.0 as builder
# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history.
ARG RENKU_VERSION={{ __renku_version__ | default("1.11.2") }}
ARG RENKU_VERSION={{ __renku_version__ | default("2.7.0") }}

# Install renku from pypi or from github if a dev version
RUN if [ -n "$RENKU_VERSION" ] ; then \
Expand Down

0 comments on commit 80dcadd

Please sign in to comment.