Hi 👋 ,
Sorry to hear that. Everything seems to be working fine on our side, especially as it runs from several regions. Maybe a ghcr issue this morning ? Or a Fly one ?
I am checking the logs atm, and the only odd thing comes from these requests:
2023-03-15T16:18:30.855 app[9336a7f4] ams [info] {"level":"warn","ts":1678897110.8551507,"logger":"fallback","caller":"redirect/redirect.go:218","msg":"request without Authorization header, getting auth"}
2023-03-15T16:18:31.024 app[9336a7f4] ams [info] {"level":"info","ts":1678897111.024534,"logger":"fallback","caller":"redirect/redirect.go:222","msg":"Error response getting token: 403 403 Forbidden"}
2023-03-15T16:18:31.419 app[9336a7f4] ams [info] {"level":"warn","ts":1678897111.419208,"logger":"fallback","caller":"redirect/redirect.go:218","msg":"request without Authorization header, getting auth"}
2023-03-15T16:18:31.567 app[9336a7f4] ams [info] {"level":"info","ts":1678897111.5675333,"logger":"fallback","caller":"redirect/redirect.go:222","msg":"Error response getting token: 403 403 Forbidden"}
This comes directly from https://github.com/dagger/registry-redirect/blob/main/pkg/redirect/redirect.go#L218. Is your docker client authenticated when downloading the engine ?
Otherwise, we'll continue exploring 🙏