CI/CD Pipeline Stuck In Building Docker Image For .NET Core Prokects

Hello

So I wanted to know why our docker image keeps failing when the pipeline get’s to this point.
This issue started happening on friday

Pulling docker image gitlab/gitlab-runner-helper:x86_64-003fe500 …

Sounds similar to my issue here: GitLab.com CI stuck on docker build

There is a workaround defined in that post you could try…

1 Like

Yeah thanks i was able to fix this

Had to change the dind version in my .yml file


services:
- name: docker:19.03.5-dind

docker:
stage: docker
image: ‘docker:19.03.5-dind’