How do I fix an "Image or digest not found" error with multiple registries?
Specify the registry property in the app spec.
Validated on 22 May 2025 • Last edited on 4 Jun 2025
If your app using Docker images fails to deploy and the logs are vague or missing, for example you see ERR: container "my-app" in pod "my-app-123456-1234" is waiting to start: trying and failing to pull image
with no deploy logs, follow these steps to troubleshoot:
--platform=linux/amd64
).latest
or debug
. Duplicate tags can create conflicts with a cached version when pulling the image. Instead, use a unique tag such as vX.Y.Z
or latestv1
.docker build --no-cache -t $tag_name
.COPY
command may work locally on an Apple M3 Chip machine, but not Linux AMD64.Specify the registry property in the app spec.
Functions does not support forwarding to Managed OpenSearch.
App Platform automatically generates and issues the SSL certificate during the configuration.
Try using different keywords or simplifying your search terms.