How do I fix an "Image or digest not found" error with multiple registries?

Validated on 15 Jul 2025 • Last edited on 17 Jul 2025

For apps with multiple components and registries, an “Image or digest not found” error means that you have not specified the registry property in the app spec.

To fix this error, update the app spec with the following registry: field, specifying your desired registry:

image:
      deploy_on_push:
        enabled: true
      registry_type: DOCR
      repository: world
      registry: x54-dev-registry
      tag: latest

For a full example of the app spec, see Reference for App Specification.

Why am I getting an error when trying to forward DigitalOcean Functions to Managed OpenSearch?

Functions does not support forwarding to Managed OpenSearch.

My container-based app fails to deploy without logs or error codes.

Troubleshoot by making sure the Dockerfile and its commands build on Linux AMD64 and other steps.

How do I generate my app's SSL certificate?

App Platform automatically generates and issues the SSL certificate during the configuration.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.