Dockerfile: fix user creation command
For my point of view, it's better to use useradd
instead of interactive wrapper adduser
. useradd
does not require pressing ENTER and allows to implement fully automatic deployment
La vérification des quotas de chaque projet est mise en place en mode non bloquant. Plus d'information sur : https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Quota verification is enabled for projects in non-blocking mode. More information: https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Mise à jour GitLab terminée. Nous sommes désormais en version 17.6.1 : https://about.gitlab.com/releases/2024/11/21/gitlab-17-6-released/
For my point of view, it's better to use useradd
instead of interactive wrapper adduser
. useradd
does not require pressing ENTER and allows to implement fully automatic deployment