when i run a pipeline in gitlab-runner.i get an error:
#1 [internal] booting buildkit
#1 pulling image moby/buildkit:buildx-stable-1
#1 pulling image moby/buildkit:buildx-stable-1 2.4s done
#1 ERROR: Error response from daemon: manifest for moby/buildkit:buildx-stable-1 not found
------
> [internal] booting buildkit:
------
ERROR: Error response from daemon: manifest for moby/buildkit:buildx-stable-1 not found
my docker version is 18.03.1-ce gitlab-runner version is v15.8.1
how to fix it?
gitlab-runner is run as a docker container
Probably you have encountered this problem at the stage of image creation. Errors like this occur due to version incompatibility. Choose other versions for your Docker.