Closed mweidling closed 3 years ago
When I try to pull the Docker image of ocrd/all, I use the command given on the Docker Hub page.
ocrd/all
The default tag for this seems to be latest, but there is no image using this tag which results in
latest
docker pull ocrd/all Using default tag: latest Error response from daemon: manifest for ocrd/all:latest not found: manifest unknown: manifest unknown
Using docker pull ocrd/all should lead to a successful pull of the default Docker image (whichever this is).
docker pull ocrd/all
Adjust https://github.com/OCR-D/ocrd_all/blob/master/.circleci/config.yml#L25.
What happened
When I try to pull the Docker image of
ocrd/all
, I use the command given on the Docker Hub page.The default tag for this seems to be
latest
, but there is no image using this tag which results inWhat I expected
Using
docker pull ocrd/all
should lead to a successful pull of the default Docker image (whichever this is).Possible solution
Adjust https://github.com/OCR-D/ocrd_all/blob/master/.circleci/config.yml#L25.