Failed to get layer during multistage builds in Docker
I am encountering an intermittent error when using GitLab runners to build Docker images, specifically during multistage builds. This issue occurs sporadically; however, when it manifests on a particular machine, subsequent builds on that same machine consistently fail, indicating a persistent issue with that specific machine environment. Interestingly, the same build job may succeed on a different machine.
error during connect: Post http://docker:2375/v1.40/auth: dial tcp: lookup docker on 192.168.0.1:53: no such host
Trying to run the local gitlab runner with docker executor for running the ci pipeline jobs with ‘linux’ tag