khiops
khiops copied to clipboard
Version pinning in the Docker files
To ensure the reproducibility of the builds we have to pin the version of the packages in the docker files used to build and package Khiops (deb, rpm, conda)
To follow an approach that similar to the Conda (conda-forge) packages, we need to:
- pin the packages
- apply Renovate on the Dockerfiles as well.