-
fly image show
will give you a little bit of information about what’s currently running, no history though. - You can also query the GraphQL API to get that ^^
- No they are not public. These are only accessible to you and your app
- We clean old ones up after a few days, the registry is primarily for currently running images
-
fly deploy -i
takes a full image reference, so you can use it to deploy from Docker Hub or to deploy a specific tag you’ve just pushed to our registry
1 Like