Does the machines API always fetch the latest image when using `:latest` tag?

Is it safe to use the :latest tag for the image field in the machines API? I want to always use the last image i pushed to the Fly Docker registry.

We resolve tags to absolute image URLs when you create or update a machine. So :latest will work, but the machine won’t pick up changes when you update :latest.

That works for my use case, i create a new machine for every new job, thank you

1 Like

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