Move codeclimate images to registry.gitlab.com
Proposal
Move codeclimate images to registry.gitlab.com
Problem to solve:
Code quality scan takes up 7.5 min to 8 min where SonarQube is 4 min. Code Quality was implemented with the local code climate image so it would not hit the docker limit and download images. This is not a Gitlab issue. The problem is due to a very slow pull time from the docker proxy for the codeclimate structure image. This only is seen from runners on AWS from the customer's internal docker proxy, docker pull codeclimate/codeclimate-structure
. The codeclimate-structure image 2.7Gb which is why they are seeing the 30 mins to do the docker pull.
How will this help?
Moving the code climate images to registry.gitlab.com should solve the slow pull time and decrease scan times.
- PM @connorgilbert
- Engineering Managers: @twoodham
Edited by Connor Gilbert