Skip to content

Adding tlsverify false to dind config

John McDonnell requested to merge jmd-add-tlsverify-flase-to-docker into master

What does this MR do?

https://gitlab.com/gitlab-org/gitlab/-/issues/368852

Currently some jobs using docker-in-docker are outputting an error message stating that we should either use tls certificates or explicitly specifying '--tls=false' or '--tlsverify=false'

This MR implements the later, in order to remove the 15sec delay for now.

Follow up work may include reverting this change, and instead providing certificates as suggested.

Check-list

Merge request reports