Error during pull for image microsoft/azureiotedge-agent:1.0-preview
RollandW opened this issue · 6 comments
I am trying to run the Quickstart Azure IoT Edge and get the following error when the 'iotedgectl start' command is run.
INFO: Checking if image exists locally: microsoft/azureiotedge-agent:1.0-preview
INFO: Image not found locally: microsoft/azureiotedge-agent:1.0-preview
INFO: Executing pull for: microsoft/azureiotedge-agent:1.0-preview
INFO: Checking if image exists locally: microsoft/azureiotedge-agent:1.0-preview
INFO: Image not found locally: microsoft/azureiotedge-agent:1.0-preview
INFO: Please note depending on network conditions and registry server availability this may take a few minutes.
ERROR: Error during pull for image microsoft/azureiotedge-agent:1.0-preview
404 Client Error: Not Found ("no such image: microsoft/azureiotedge-agent:1.0-preview: No such image: microsoft/azureiotedge-agent:1.0-preview")
ERROR: Exiting with errors. Return code: 1
ERROR: Exiting with errors. Return code: 1
I have tried the recommendations to use the 'docker logout' command mentioned in a similar issue. That did not resolve this issue. any help would be appreciated.
What platform are you running on? Operating system/architecture?
I'm facing similar issue and it was running on Ubuntu 14.04 LTS,any help would be appreciated.
INFO: Checking if image exists locally: microsoft/azureiotedge-agent:1.0-preview
INFO: Image not found locally: microsoft/azureiotedge-agent:1.0-preview
INFO: Executing pull for: microsoft/azureiotedge-agent:1.0-preview
INFO: Checking if image exists locally: microsoft/azureiotedge-agent:1.0-preview
INFO: Image not found locally: microsoft/azureiotedge-agent:1.0-preview
INFO: Please note depending on network conditions and registry server availability this may take a few minutes.
ERROR: Error during pull for image microsoft/azureiotedge-agent:1.0-preview
500 Server Error: Internal Server Error ("Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
ERROR: Exiting with errors. Return code: 1
ERROR: Exiting with errors. Return code: 1
Are you able to pull the image when you run docker pull microsoft/azureiotedge-agent:1.0-preview
manually?
yeah ,here is the response
docker pull microsoft/azureiotedge-agent:1.0-preview
Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Looks like a connectivity issue between your device and Docker Hub.
Closing due to lack of activity.
Please, if you still have issues with this, open a new issue on:
https://github.com/Azure/iotedge/issues
Thanks,
Angelo Ribeiro.