Sophox / sophox

A collection of services exposing OSM data, metadata, and other microservices
Apache License 2.0
31 stars 5 forks source link

Host prebuilt zip file of your fork of wikidata-query-rdf #1

Open nickpeihl opened 6 years ago

nickpeihl commented 6 years ago

This issue isn't for osm2rdf, but for your fork of Wikidata Query RDF. Unfortunately, I can't add an issue over there. 😛

Would you consider hosting the prebuilt zip file of Wikidata Query RDF somewhere? For Dockerization, it's far more efficient to curl the prebuilt zip file than to build a new one with Maven. Perhaps you could upload it to the releases page on GitHub?

simon04 commented 4 years ago

Alternatively, you could go for multi-stage builds, see https://docs.docker.com/develop/develop-images/multistage-build/