[Depot] Problème job hadolint CI
Issue
Description et contexte
Le job lint:halolint
fonctionne bien en local (testé sur gitpod) mais pas en CI docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
.
Voir dans le fichier .gitlab/ci/lint.yml
:
lint:hadolint:
services:
- docker:dind
extends:
- .lint
Problème avec le service docker:dind
qui ne fonctionne pas ?
Critères d'acceptation
-
Comprendre pourquoi le job n'a pas accès au démon docker en CI