Hi everyone
I have a weir issue on one of my machines, where dagger times out when pulling rust:latest or rust:1.81
Error message:
marshal: json: error calling MarshalJSON for type *dagger.File: input: container.from resolve: failed to resolve image docker.io/library/rust:latest: failed to resolve source metadata for docker.io/library/rust:latest: failed to do request: Head "https://registry-1.docker.io/v2/library/rust/manifests/latest": net/http: TLS handshake timeout
I also had this issue on another machine, but there I could fix it by deleting the dagger engine container with
docker rm --force --volumes "$(docker ps --quiet --filter='name=^dagger-engine-')"
On this machine however it did not fix the issue.
Full log is too long for this post, unfortunately.