1 Answer
- Newest
- Most votes
- Most comments
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
answered a year ago
Relevant content
- asked a year ago
- asked a year ago
- asked 2 years 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