What troubleshooting steps have you already taken? Can you link to any docs or other resources so we know where you have been?
I have tried re-running a job which worked yesterday, and the re-run failed.
I was using my own custom image for the build (londonappdev/docker-with-compose:19) for the job, in-case this was the culprit, I tried using docker:19 directly and got the same issue.
I cleared the runner cache.
I checked the GitLab Status page for outages, and there are none which seem related to this issue.
Anyone have any ideas what might cause this? Is there something I am doing wrong, or could there be an outage?
My build jobs are getting stuck at first RUN command of Dockerfile. It remains stuck for 20 minutes, never completes and the job is auto-marked as failed. It happens for every build. It is not a once-a-while issue. I have included the suggested line in .gitlab-ci.yml:
services
- docker:19.03.6-dind
Any suggestions on what could be the problem because of which it remains stuck?