Ontotext-AD / graphdb-docker

Docker images for GraphDB
80 stars 47 forks source link

Default tag `latest` not available #4

Closed mamachanko closed 2 years ago

mamachanko commented 6 years ago

Currently, no image is tagged with latest at Docker Hub

~ » docker pull ontotext/graphdb
Using default tag: latest
Error response from daemon: manifest for ontotext/graphdb:latest not found

It's what people run by default even if running with a specific tag works, e.g.

~ » docker run ontotext/graphdb:8.5.0-se
Unable to find image 'ontotext/graphdb:8.5.0-se' locally
8.5.0-se: Pulling from ontotext/graphdb
6d827a3ef358: Pull complete
...
Vishalckc commented 4 years ago

Similar Issue while pulling Docker images for the free version- docker run -p 127.0.0.1:7200:7200 --name graphdb-instance-name -t ontotext/graphdb:tag Unable to find image 'ontotext/graphdb:tag' locally docker: Error response from daemon: manifest for ontotext/graphdb:tag not found: manifest unknown: manifest unknown. See 'docker run --help'. vishalckc@vishalckc-Virtua

nikolaykolev commented 2 years ago

the missing 'latest' tag is intentional