You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have deployed v1.2 to Azure but webapp failed to start.
I saw the logs in Deployment Centre in Azure portal:
It threw:
2024-10-31T13:08:27.654Z ERROR - Image pull for infoasstacrisuhl.azurecr.io/infoasstacrisuhl.azurecr.io/webapp:latest failed. Unsupported image manifest. The manifest with version 'application/vnd.docker.distribution.manifest.v1+json' has not been supported yet.
2024-10-31T13:08:27.664Z ERROR - Pulling docker image infoasstacrisuhl.azurecr.io/infoasstacrisuhl.azurecr.io/webapp:latest over VNET failed.
2024-10-31T13:08:27.666Z WARN - Image pull failed. Defaulting to local copy if present.
2024-10-31T13:08:27.681Z ERROR - Image pull failed: Verify docker image configuration and credentials (if using private repository)
I believe the image credentials are correct. I think the error happens at "Unsupported image manifest. "
And ideas to resolve?
Thanks!
The text was updated successfully, but these errors were encountered:
While this does throw an error in the logs, it will resolve. The app service is created and defaults to the latest tag for the image. The image doesn't exist yet, so this will fail. On our 2nd stage of the deployment, it pushes the image out to ACR and runs the appropriate make command to push the image with the correct label to the app service.
If your deployment was successful, this should be running OK now.
Hello,
I have deployed v1.2 to Azure but webapp failed to start.
I saw the logs in Deployment Centre in Azure portal:
It threw:
2024-10-31T13:08:27.654Z ERROR - Image pull for infoasstacrisuhl.azurecr.io/infoasstacrisuhl.azurecr.io/webapp:latest failed. Unsupported image manifest. The manifest with version 'application/vnd.docker.distribution.manifest.v1+json' has not been supported yet.
2024-10-31T13:08:27.664Z ERROR - Pulling docker image infoasstacrisuhl.azurecr.io/infoasstacrisuhl.azurecr.io/webapp:latest over VNET failed.
2024-10-31T13:08:27.666Z WARN - Image pull failed. Defaulting to local copy if present.
2024-10-31T13:08:27.681Z ERROR - Image pull failed: Verify docker image configuration and credentials (if using private repository)
I believe the image credentials are correct. I think the error happens at "Unsupported image manifest. "
And ideas to resolve?
Thanks!
The text was updated successfully, but these errors were encountered: