New user here, I am trying to deploy a Dockerfile but it fails with
------
> exporting to image:
------
Error: failed to fetch an image or build from source: error building: failed to solve: failed to push registry.fly.io/interactsh:deployment-01M385F5EA7Z9EESXQQA0099Y1: unexpected status from HEAD request to http://_api.internal:5000/v2/interactsh/blobs/sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de?ns=registry.fly.io: 401 Unauthorized
It is now obvious what I am doing wrong from the logs or what I should do to fix.
Hm… If you’re deploying from the command line, then fly deploy --buildkit=false --depot=false might work around the registry problem. (It’s giving you a 401 Unauthorized when trying to contact one of the new-ish local mirrors.)
In general, it helps to post the verbatim commands that you’ve been trying.