InseeFrLab / images-datascience

Collection of Docker images to build the data science catalog of the Onyxia project
MIT License
24 stars 22 forks source link

[EPIC] Automatic dependency management opportunity #10

Closed alexisdondon closed 2 years ago

alexisdondon commented 2 years ago

We could discuss about managing dependency management like this: https://docs.renovatebot.com/modules/manager/regex/

For exemple for binaries like code-server, rstudio etc.

binaries/dependency seen as opportunity to be included in renovate.json

langages:

binaries currently having control on version installed:

For r R_VERSION track rocker script then R_STUDIO and S6 follow stable from install scripts.

binaries with no control version instal latest by package manager

spark:

docker images base in workflow:

alexisdondon commented 2 years ago

A renovate file has been added as en example on vscode version.

The PR generated for example was this https://github.com/InseeFrLab/images-datascience/pull/12