Skip to content
Snippets Groups Projects
Commit dd97650c authored by Pascal Baumann's avatar Pascal Baumann
Browse files

Add docker builder context

parent dfff56ec
No related branches found
No related tags found
1 merge request!9Fix Pipeline by Upgrading Renku Base Image
Pipeline #658563 passed
......@@ -4,6 +4,11 @@ ARG RENKU_BASE_IMAGE=renku/renkulab-py:3.10-0.25.0
########################################################
# Renku install section #
FROM ${RENKU_BASE_IMAGE} 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=2.9.4
# Install renku from pypi or from github if a dev version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment