Can't `flyctl launch` in BOS, `failed to start remove builder heartbeat / failed to fetch an image or build from source / error connecting to docker`

Trying to launch a Docker based app (region BOS, on an M1 Mac, updated to flyctl 0.0.456), I’m getting:

App is not running, deploy...
==> Building image
WARN Failed to start remote builder heartbeat: You hit a Fly API error with request ID: `01GRV5RE9Z9G86K7DYNGMCYWCY-bos`
Error failed to fetch an image or build from source: error connecting to docker: You hit a Fly API error with request ID: `01GRV5RENZFB8BQQD47DMR1Z0B-bos`

Dockerfile (confirmed working on GCP Cloud Run)

FROM jarredsumner/bun:edge
COPY . .
ENTRYPOINT ["bun",  "./hello.ts"]

This is a new region and it looks like a setting was overlooked.

Should be working now.

Sorry about that. Opening new regions is fairly infrequent and sometimes we make mistakes.

Thanks @jerome!

Super excited to see a BOS region!