I’m trying to download the this image:
docker pull gascountkomat/updated-anatomia-del-gray-pdf-italiano
in Ubuntu 20.04, but the terminal gives me the following error:
How can I fix this problem?
I’m trying to download the this image:
docker pull gascountkomat/updated-anatomia-del-gray-pdf-italiano
in Ubuntu 20.04, but the terminal gives me the following error:
How can I fix this problem?
2
Answers
Dockerhub deletes images published by free account users that haven’t been pulled in 6 months. Looks like all tags published for
gascountkomat/updated-anatomia-del-gray-pdf-italiano
image have been deleted, hence there are no tags listed. When you do apull
without specifying a tag, the docker cli is looking for an image with the taglatest
and as no such image(or image with any tag for that matter) exists, you are seeing thenot found
error.The manifest unknown error indicates the container image you are trying to pull does not exist.
The requested repo is showing 0 pulls in the UI:
The same shows via the API:
Every image that is pushed to Hub gets pulled at least once by automated tooling, you’ll see this after pushing your own images. So this is a sign that the repo has never had a container image pushed to it.
Judging by the other repos from this user, it looks like the profile is used to push spam content without any actual container images.