OCR-D / ocrd_all

Master repository which includes most other OCR-D repositories as submodules
MIT License
72 stars 17 forks source link

Docker: faulty tag `latest` for pulling image #255

Closed mweidling closed 3 years ago

mweidling commented 3 years ago

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 in

docker pull ocrd/all
Using default tag: latest
Error response from daemon: manifest for ocrd/all:latest not found: manifest unknown: manifest unknown

What 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.