InseeFrLab / images-datascience

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

Possibility to add an update certificates on onyxia-init.sh #221

Closed titigmr closed 2 months ago

titigmr commented 2 months ago

In our environment, we need to trust a custom CA for all tools (S3, git, initscript, etc.). For example, when a user provide a custom initscript, the curl command is rejected due to ssl certificates error.

It could be great to add an sudo update-ca-certificates at the top of onyxia-init.sh ?