Hey there, running dagger in a github action and the past week or so I occasionally see errors when pulling the engine image. Ex
14
2 : ┆ starting engine
3 : ┆ ┆ create container
6 : ┆ ┆ ┆ exec docker pull registry.dagger.io/engine:v0.19.6 ERROR [41.7s]
6 : ┆ ┆ ┆ ! failed to run command [docker pull registry.dagger.io/engine:v0.19.6]: exit status 1
6 : ┆ ┆ ┆ [41.7s] | unknown: failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry.dagger.io/v2/engine/blobs/sha256:1bba5a5f9f9aaab6f5226b7272c0d6f5848d3e7c8886631d2854d415e98124bd: 500 Internal Server Error
2 : ┆ starting engine
3 : ┆ ┆ create container
6 : ┆ ┆ ┆ exec docker pull registry.dagger.io/engine:v0.19.6 ERROR [9m60s]
6 : ┆ ┆ ┆ ! failed to run command [docker pull registry.dagger.io/engine:v0.19.6]: signal: killed
3 : ┆ ┆ create container ERROR [10m0s]
3 : ┆ ┆ ! failed to pull image: failed to run command [docker pull registry.dagger.io/engine:v0.19.6]: signal: killed
2 : ┆ starting engine ERROR [10m0s]
2 : ┆ ! failed to pull image: failed to run command [docker pull registry.dagger.io/engine:v0.19.6]: signal: killed
1 : connect ERROR [10m3s]
1 : ! start engine: failed to pull image: failed to run command [docker pull registry.dagger.io/engine:v0.19.6]: signal: killed
I don't have exact logs atm but I've also seen 504 gateway timeouts as well.
Wondering if there's any known issues with the registry, or if perhaps we're abusing some rate limiting that we're unaware of.