Skip to content

Pass DOCKER_CONFIG to codeclimate docker image

Fadi Farah requested to merge ffarah/gitlab:feature/pass-docker-config into master

What does this MR do and why?

Pass DOCKER_CONFIG to codeclimate docker image

  • check if DOCKER_CONFIG is defined and pass env variable and mount docker config folder to codeclimate image
  • There is another MR, which updates codequality docker image to use DOCKER_CONFIG and pass it codeclimate images
  • Passing DOCKER_CONFIG might helpful when CODECLIMATE_PREFIX is specified, and it points to proxy that requires authentication.

This is a duplicate of this MR, the reason for opening a new one is because the original author of that MR no longer is available to continue the work on it.

What are the relevant issue numbers?

  1. #355814 (closed)

/cc @bgadberry

Edited by Brett Gadberry

Merge request reports