Share via

Azure app service pulling image failure error

Sankar Gopalakrishnan 50 Reputation points
2024-05-31T15:53:02.9066667+00:00

Hi,

I have an azure app service(Linux based) with publishing model as ‘Container’.

I am using private Artifactory to pull docker images from as container registry. I am able to pull sample .Net 6.0 web api from the registry and successfully run.

For some reason, I cant pull one of our application .net 6.0 web apis. I verified that docker files are same for both apis.

The error I am receiving is strange. It says “Unsupported image manifest. The manifest with version ‘application/vnd.docker.distribution.manifest.v1+json’ has not been supported yet.

I also verified that the manifest has ‘application/vnd.oci.image.config.v1+json’.

Can someone please help.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


1 answer

Sort by: Most helpful
  1. Robbie Hanson 0 Reputation points
    2026-03-16T14:03:17.8933333+00:00

    I got this error repeatedly when my image didn't exist. I had a typo in the folder name.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.