Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webapp fail to pull image from ocr using v1.2 branch #900

Open
zzesdc opened this issue Oct 31, 2024 · 1 comment
Open

Webapp fail to pull image from ocr using v1.2 branch #900

zzesdc opened this issue Oct 31, 2024 · 1 comment

Comments

@zzesdc
Copy link

zzesdc commented Oct 31, 2024

Hello,
I have deployed v1.2 to Azure but webapp failed to start.
I saw the logs in Deployment Centre in Azure portal:
Image
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!

@bjakems
Copy link
Contributor

bjakems commented Oct 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants