connection refused when using dockerfile to pull git repository
问题 Local setup for kubernetes: Mac OS Docker for desktop >> kubernetes >> traefik >> Gitea The gitea is installed in the cluster and exposed as clusterIP service ingresses through treafik which is accessible at http://gitea.local. Everything is butter smooth till here. The pain: Now i am creating a dockerfile and using a docker build to build an image. This dockerfile is trying to clone a repository from http://gitea.local. The problem is i am getting connection refused all the times. RUN mkdir