add unix socket support to docker registry integration
It would be nice to have support of unix socket in gitlab.yml registry:api_url parameter when registry and gitlab are running in the same host (different container or not)
Apparently ContainerRegistry::Client is using Faraday which in turn use Net::HTTP which has no support for unix socket.
There is a wrapper around Net:HTTP that enable unix socket:
puppetlabs/net_http_unix
Edited by 🤖 GitLab Bot 🤖