Replies: 4 comments
-
Hi @wei2eng |
Beta Was this translation helpful? Give feedback.
-
your problem is (correct me if I am wrong) that Azure WebApp for Containers suddenly stopped pulling Failed to pull image: ImagePullFailure Troubleshooting Steps
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the info, @imTheoDoR and @igor-kan ! My app started working again today. I don't think it was the PAT issue. It may be some glitch in the way how my Azure WepApp for Container service was pulling the container from ghcr. |
Beta Was this translation helpful? Give feedback.
-
Your log shows that the site cannot start because the container fails to pull the image. This means the system is not able to download the image from the registry. The problem may be wrong image name wrong tag or network block. Please check the image path and make sure access works. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
The service had been working for a few weeks early. Then I noticed the site was down since Monday this week. And I found the log below.
I tried regenerating the PAT and carefully copied the new token to the service config. It still fails. Which leaded me to believe it's not PAT permission problem.
Anyone may know what the issue is?
Beta Was this translation helpful? Give feedback.
All reactions