Errors creating/restarting ACI when using Docker Hub

Michael A. Dice 10 Reputation points
2024-07-03T12:32:28.8666667+00:00

Since around Monday afternoon, we have been unable to restart existing ACIs that point to Docker Hub images. I have also tried creating a new ACI and got the following error message:

{"code":"RegistryErrorResponse","message":"An error response is received from the docker registry 'http://index.docker.io'. Please retry later."}

I can, however, create an new web app for containers using the same image (nginx:otel), so these errors appear to be specific to ACIs.

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
680 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AlaaBarqawi_MSFT 942 Reputation points Microsoft Employee
    2024-07-08T07:16:31+00:00

    HI @Michael A. Dice

    This change from DockerHub to limit the number of anonymous pull

    the only option we have with ACI is to change the image source to reference ACR or use DockerHub credential (private registry )

    you can check this thread https://github.com/datalust/seq-tickets/discussions/2223