Skip to content

Allow configurable docker socket path for CodeQuality

Vasilii Iakliushin requested to merge 409738_allow_configurable_docker_path into master

What does this MR do and why?

#409738 (closed)

This MR exposes an environment variable DOCKER_SOCKET_PATH to configure the docker socket path in cases where the path is not /var/run/docker.sock. Example use case would be for rootless DinD, where socket path is /var/run/user/<USERID>/docker.sock

Support for configuring the DOCKER_SOCKET_PATH variable for the CodeQuality Docker images was added in the following MR: gitlab-org/ci-cd/codequality!73 (merged)

This MR closes the loop on exposing the option out to pipeline authors who use the Code Quality Job template, and might need to set this depending on their environment.

Screenshots or screen recordings

n/a

How to set up and validate locally

n/a

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports