dbpedia / virtuoso-sparql-endpoint-quickstart

creates a docker image with Virtuoso preloaded with the latest DBpedia dataset
Other
118 stars 36 forks source link

fix container name of dowload client #14

Closed klaus82 closed 4 years ago

klaus82 commented 4 years ago

Fixed the container name from databus-download-min:latest (no longer available in docker hub) to dbpedia/minimal-download-client:latest (https://hub.docker.com/r/dbpedia/minimal-download-client)

JJ-Author commented 4 years ago

I think it would actually make sense to fetch both images from dockerhub in the compose file and use an override compose file to build the images locally in case it is needed. That is why I did not accept the PR so right away. What do you think @holycrab13 ?

holycrab13 commented 4 years ago

Makes sense, will publish the image to dockerhub asap.