Hi fly.io
I’m noticing an issue using the machine api and it not finding the image. I have pushed an image to the fly.io registry docker push registry.fly.io/imagename:0.0.1
. If I wait about 12 hours and I try provision a machine through the machine api I get the following error.
{
"error": "failed to get manifest registry.fly.io/imagename:0.0.1: request failed: not found [http 404]: {\"errors\":[{\"code\":\"MANIFEST_UNKNOWN\",\"message\":\"manifest unknown\",\"detail\":\"unknown tag=0.0.1\"}]}\n"
}
It was working about 12 hours earlier. I’ve managed to replicate the twice now.
If I run ‘fly deploy’ referencing the same image in the toml it works
[build]
image = "registry.fly.io/imagename:0.0.1"