Error: Unable to create image, image not found: unable to get digest: Got bad response from registry: 404 Not Found #557
Replies: 2 comments
-
I am getting the same error message in 2 scenarios:
It fails whenever either image itself or its digest is read by Both functions call |
Beta Was this translation helpful? Give feedback.
-
I've got same error on private registry due to my own mistake - |
Beta Was this translation helpful? Give feedback.
-
I'm running into this issue after the docker image is pushed to the registry:
"Error: Unable to create image, image not found: unable to get digest: Got bad response from registry: 404 Not Found"
I've checked:
My terraform code is fairly simple:
And the version I'm using:
Any thoughts on why this might be happening? Is there any way that I can see what values the provider is passing to getImageDigest(...)?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions