Hello,
My self-hosted runner is unable to pull the latest bitbucket-pipelines-runner image.
The error I'm getting is:
Error response from daemon: Get "https://docker-public.packages.atlassian.com/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
However, trying this locally (and not on the server running the pipelines) it appears fine.
Is this a case of an IP Block?
Thanks for any assistance,
Dennis
Hi Dennis and welcome to the community!
The error could be caused by a slow or unstable network connection, or, it could be a firewall/proxy that is blocking the request and resulting in a timeout error.
If your server is behind a firewall, please check this page:
You will need to allowlist:
If you want to configure the runner to operate behind a proxy, please look at this doc for an example on how to adjust the preconfigured command that starts the runner:
Just make sure you use the image
docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner
without the tag 1, to ensure you pull the latest version.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.