简体   繁体   中英

Azure Container Instances cannot access to docker images

I just recently had a problem when trying to deploy the new docker images to Azure Container Instances. The Azure portal return this message when I was trying to restart the container groups:

'BadRequest':'InaccessibleImage':'The image 'xxxx' in container group 'xxx' is not accessible. Please check the image and registry credential.

The same error showed up when I used the "az container create" command. I am sure that the credential is correct and everything worked fine a couple of days ago.

I am not sure if there is a connection problem from Azure to Docker or if there are any breaking changes in Azure Container Instances. I would greatly appreciate it if someone could help me out.

I've been having the same problem for the last 6 hours as well. I believe there is an issue with Azure but I do not know how to verify this at the moment.

Likely the described issue was some Azure intermittent availability issue but If anyone still facing similar issue these are possible reasons:

  • Image is not available at ACR repository
  • Missing/Wrong ACR Credential information (most probable)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM