#TLS timeout when pulling rust image

1 messages · Page 1 of 1 (latest)

lament wing
#

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.

lament wing
#

So my system time was out of sync. I thought maybe syncing it would fix the issue, since tls also uses the system time.

This did not fix the issue unfortunately. But meybe a hint in the right direction.

lament wing
#

The same is true for alpine:latest.

I don't know what to do anymore. I completely reinstalled docker and also go but it still times out for the images. everything else seems fine

dapper snow
#

@lament wing LMK if you're around and we can quickly jump into #911305510882513037 to check this out

lament wing
#

Gladly, give me a minute

dapper snow
#

I'll be there in a sec