sethblack / python-seo-analyzer

An SEO tool that analyzes the structure of a site, crawls the site, count words in the body of the site and warns of any technical SEO issues.
Other
1.19k stars 310 forks source link

Trying to pull Docker image sethblack/python-seo-analyzer gives error "repository does not exist" #87

Closed alberto56 closed 2 years ago

alberto56 commented 2 years ago

Describe the bug

The README says this can be used with Docker:

docker run sethblack/python-seo-analyzer [ARGS ...]

However, that image does not exist.

To Reproduce

$ docker pull sethblack/python-seo-analyzer           
Using default tag: latest
Error response from daemon: pull access denied for sethblack/python-seo-analyzer, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Expected behavior

Docker image should either exist, or the README should not contain Docker information.

Desktop (please complete the following information):

sethblack commented 2 years ago

Yep, looks like the image was privatized and pruned a couple of years ago. This has been fixed and the latest version has been added to DockerHub.