Hi Team,
I wanted to create a Azure container instance of sonarqube developer edition image from dockerhub. when I used sonarqube:8.2-developer image,I got the following error while creating the container instance:
{
“error”: {
“code”: “InaccessibleImage”,
“message”: “The image ‘sonar:8.2-developer’ in container group ‘sonaraci’ is not accessible. Please check the image and registry credential.”
}
}
Please let me know how this issue can be resolved??