Fly docker registry issue

Docker login to registry.fly.io is hanging indefinitely

Steps to reproduce:

  1. FLY_API_TOKEN=$(fly tokens create deploy --app vibes-template-docker)
  2. printf ‘%s’ “$FLY_API_TOKEN” | docker login registry.fly.io -u x --password-stdin (hangs)

The token creation works, but Docker cannot authenticate with registry.fly.io.

Error seen when interrupted:
Get “https://registry.fly.io/v2/”: [connection timeout/error]

This suggests registry.fly.io is not responding properly to Docker authentication requests.

My go to reference on the subject: https://til.simonwillison.net/fly/fly-docker-registry

The important link from that page: fly auth docker · Fly Docs

I resolve the issue - it was my local machine this time :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.