-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues pulling XRAY Daemon image from Docker.io #162
Comments
Hi @RafalJachimczyk, The daemon with that hash does exist on Dockerhub: https://hub.docker.com/layers/amazon/aws-xray-daemon/latest/images/sha256-e0a815332a9d64c0a1949ae755ed33907c37a4782713009325ea32ab9221dd28?context=explore It might be a transient error with Docker or a permissions issue, but the image should be available. |
We are having the same issue since yesterday. We use an internal AWS CDK lib to deploy applications with our stuff configured correctly (X-Ray, AppMesh, CloudWatch, etc...) and it stopped working. Today we decided to use the ECR Public image to deploy a new app, but it seems the images are different and some modifications are needed. EDIT 01: I was able to pull this image from my local PC: EDIT 02 When using caused by: Get "http://169.254.169.254/latest/meta-data/instance-id": dial tcp 169.254.169.254:80:
connect: invalid argument EDIT 03 Since we can access the docker hub repo, we opted for just pulling it and pushing it to a private ECR. That ended up working fine. |
I'm seeing the same issue as of 02/02/2022. EDIT: tried again this morning 03/02/2022 and seems to be working again 👍 |
Hi,
Our Terraform image dependency is defined like so :
When we deploy this in AWS cloud we're getting an error indicating that Docker.io image is not available (or at least that the response code for the request which is trying to pull it was not correct).
CannotPullContainerError: inspect image has been retried 5 time(s): httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/amazon/aws-xray-daemon/manifests/sha256:e0a815332a9d64c0a1949ae755ed33907c37a4782713009325ea32ab9221...
The error is copied from ECS console.
What is the issue ? Is docker.io having problems ? Or AWS unpublished the image ?
Best Regards,
Rafal
The text was updated successfully, but these errors were encountered: