Hi, I have spun up a docker registry on docker.domain.com.
From any machine I can login to the registry via:
docker login -u username -p password docker.domain.com
And from the browser if I browse to https://docker.domain.com/v2 I get the typical Basic Auth pop up to enter credentials. After logging in I get the typicial blank {} response.
Now, I have a pipeline (the docker template from bitbucket) that contains (I know this is not safe, I was just trying to get to the error):
- docker login -u username -p password docker.domain.com
Which is the same line as before. But this time when I run the pipeline I get:
<span>Error response from daemon: Get <a href="https://docker.domain.com/v2/" rel="noopener nofollow noreferrer" target="_blank">https://docker.domain.com/v2/</a>: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) </span>