currently seeing this from a fresh install of dagger via brew install dagger:
> dagger develop
✘ connect 43.6s
! start engine: failed to pull image: failed to run command: exit status 1
│ ✘ starting engine 43.6s
│ ! failed to pull image: failed to run command: exit status 1
│ │ ✘ create 43.6s
│ │ ! failed to pull image: failed to run command: exit status 1
│ │ │ ✔ exec docker ps -a --no-trunc --filter name=^dagger-engine-|^dagger-engine-v0\.17\.0$ --format {{.Names}} 0.0s
│ │ │ ✘ exec docker inspect --type=image registry.dagger.io/engine:v0.17.0 0.0s
│ │ │ ┃ []
│ │ │ ┃ Error response from daemon: No such image: registry.dagger.io/engine:v0.17.0
│ │ │ ! failed to run command: exit status 1
│ │ │ ✘ exec docker pull registry.dagger.io/engine:v0.17.0 43.6s
│ │ │ ┃ Error response from daemon: Get "https://registry.dagger.io/v2/": dial tcp: lookup registry.dagger.io on 127.0.0.53:53: no such host
│ │ │ ! failed to run command: exit status 1
Error logs:
✘ exec docker inspect --type=image registry.dagger.io/engine:v0.17.0 0.0s
[]
Error response from daemon: No such image: registry.dagger.io/engine:v0.17.0
! failed to run command: exit status 1
✘ exec docker pull registry.dagger.io/engine:v0.17.0 43.6s
Error response from daemon: Get "https://registry.dagger.io/v2/": dial tcp: lookup registry.dagger.io on 127.0.0.53:53: no such host
! failed to run command: exit status 1
Error: start engine: failed to pull image: failed to run command: exit status 1
is this a known issue?