Is there a way to share a Docker registry between several apps?

As the title says, I am looking if there is a way to share a single Fly registry between several apps in the same organization.

Hi… This does work in basic cases, at least…

$ fly deploy -a some-app --image registry.fly.io/other-app:<long-string>

(Where long-string comes from fly m list -a other-app.)

If you’re deploying in an automated setting, then you do need a token that has access to both apps simultaneously, if I remember correctly.

(The new Macaroons system might allow you to fine-tune that more.)

I ended up deploying my own registry.

Just heads up for anyone who is evaluating this path, that there is no way to use private registry.

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