As part of T321088, we have modified the development Dockerfile of conda-analytics.
In this task we should change the way CI is done for conda-analytics. @Antoine_Quhen suggests we add:
- a script to generate+validate the conda env lock file
- a Dockerfile in charge of generating the deb
- a GitLab ci custom runner running docker in docker
- a very simple GitLab ci pipeline in workflow utils, only responsible of:
- launching the docker build
- passing the basic params (package name and version)
- fetching the resulting deb file from the docker container
- uploading the deb to the registry