#Error when running dagger action on Arch Linux

1 messages · Page 1 of 1 (latest)

alpine tendon
#

Hi, I'm getting the following error when I try and run a dagger action on Arch Linux, but it works fine on an Ubuntu distro?

FATAL failed to execute plan: task failed: actions._baseImage._dag."0"._op: failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://registry-1.docker.io/v2/library/alpine/manifests/sha256:2689e157117d2da668ad4699549e55eba1ceb79cb7862368b30919f0488213f4": dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:40840->[::1]:53: read: connection refused

twin wren
#

I had a similar error yesterday and for some reason the dagger-engine container was somehow acting weird. Can you remove your dagger-engine-* container and try again to see if that fixes it?

alpine tendon
twin wren
#

if you do a docker ps you should see a dagger-engine container running

#

you just need to stop and remove that container with docker rm -f <container_name>

alpine tendon
#

No, I only have moby/buildkit:v0.10.3?

twin wren
#

ok, try removing that one

#

I didn't notice you were using the cue SDK

alpine tendon
#

Brilliant! that sorted it 🙂 Thank you