Hi Mike Navin,
Based on your description, you're experiencing an issue where Docker images can be pulled from your Azure Container Registry, but OCI images fail with a "manifest not found" error.
ACR supports both OCI and Docker images, but there might be a bug or configuration issue. OCI images have a different manifest format compared to Docker images. "Manifest not found" error can occur even when the image exists in the registry and is often related to how the image manifests are stored and referenced. Make sure that the tag exists within the associated repository and registry.
Please check this document with detailed information: "Manifest unknown: manifest tagged by '<tag>' is not found" error
List the manifests for a repository, which can help you verify whether the problematic image manifest actually exists. Please check this document for detailed information: Manage OCI Artifacts
If you have any further queries, let me know. If the information is helpful, please click on Upvote on it.