Unable to create an Azure Container Instance using image from docker.io
We have an azure yaml pipeline configured to create a container instance from a docker image, this was running fine up to 1st July (yesterday) however from 2nd July (today) the following error is thrown in the pipeline:
ERROR: (RegistryErrorResponse) An error response is received from the docker registry 'docker.io'. Please retry later. Code: RegistryErrorResponse Message: An error response is received from the docker registry 'docker.io'. Please retry later.
this is the AzureCLI@2 task used to create the container:
error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect
I am getting the above error when I try to build images using Azure Pipelines. I have scoured the net and tried few solutions, but nothing seems to work. Any help?
Docker Image Pull Failed with error “image operating system “windows” cannot be used on this platform” on Azure Devops “windows-latest”
While trying to build the below Docker Image in Azure DevOps using the Microsoft hosted agent “windows-latest” or “windows-2019” getting below error
Docker Image Pull Failed with error image operating system “windows” cannot be used on this platform on Azure Devops “windows-latest”
While trying to build the below Docker Image in Azure DevOps using the Microsoft hosted agent “windows-latest” or “windows-2019” getting below error
Set Tag name from git as docker image tag in azure devops
my main goal is to have my docker tag defined with the tag I enter in azure devops.