Gitlab runner with docker

No Comments

I have recently set up a Docker runner version 15.11.0 with the executor “Docker” on Hetzner and connected it to GitLab’s CI/CD pipeline.

However, I have encountered issues with connecting to specific Docker image repositories, such as GitLab’s.

docker pull registry.gitlab.com/gitlab-org/gitlab-runner/gitlab-runner-helper:x86_64-436955cb

Error response from daemon: Head “https://registry.gitlab.com/v2/gitlab-org/gitlab-runner/gitlab-runner-helper/manifests/x86_64-436955cb”: dial tcp 35.227.35.254:443: i/o timeout

Turns out fix is quite easy:

nano /etc/resolv.conf

Change nameserver to 8.8.8.8:

#nameserver 127.0.0.53
nameserver 8.8.8.8

Enjoy!

About us and this blog

We are a digital marketing company with a focus on helping our customers achieve great results across several key areas.

Request a free quote

We offer professional SEO services that help websites increase their organic search score drastically in order to compete for the highest rankings even when it comes to highly competitive keywords.

Subscribe to our newsletter!

More from our blog

See all posts
No Comments

Leave a Comment