CannotPullContainerError - Graph Explorer Neptune

0

I'm following the documentation on running graph-explorer in Amazon ECS, but I keep running into this error.

CannotPullContainerError: pull image manifest has been retried 1 time(s): failed to resolve ref public.ecr.aws/neptune/graph-explorer:latest: public.ecr.aws/neptune/graph-explorer:latest: not found

I'm deploying this task into a public subnet and I turned on Public IP as well. I'm unsure of what else I could do to fix this issue.

asked a year ago366 views
1 Answer
0

We need to update our docs. There's no longer a latest tag for that container image. You'll need to use one of the available tags listed in the repo here: https://gallery.ecr.aws/neptune/graph-explorer

profile pictureAWS
answered a year ago
  • Hello while using the image in https://gallery.ecr.aws/neptune/graph-explorer, still getting error: CannotPullContainerError: pull image manifest has been retried 5 time(s): failed to resolve ref public.ecr.aws/neptune/graph-explorer:sagemaker-latest-SNAPSHOT: failed to do request: Head "https://public.ecr.aws/v2/neptune/graph-explorer/manifests/sagemaker-latest-SNAPSHOT": dial tcp 99.83.145.10:443: i/o timeout

  • @ca17447-Deere - where is that error message coming from? that looks like whatever tool you're using is attempting to pull the image manifest, but as if it were using Docker Hub instead of the AWS ECR Public Gallery. You should be able to get the latest image via docker pull public.ecr.aws/neptune/graph-explorer:latest

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions