Skip to content

Remove DOCKER_HOST override in reports

Dan Davison requested to merge dont-mount-sockets-for-reports into master

What does this MR do?

We've been seeing failures in pipelines for code_quality and dependency_scanning from the same reason could not change group /var/run/docker.sock to docker: group docker not found, Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Since we use docker-in-docker, we shouldn't override the DOCKER_HOST variable which by default uses tcp://docker:2375

Does this MR meet the acceptance criteria?

Conformity

Edited by Dan Davison

Merge request reports