neo4j / docker-neo4j

Docker Images for the Neo4j Graph Database
Apache License 2.0
331 stars 172 forks source link

fix for incorrect error when versions.json cannot be queried #497

Closed jennyowen closed 3 months ago

jennyowen commented 4 months ago

if a plugin's versions.json file cannot be accessed, docker will throw a misleading error about the plugin not having a compatible release. The real problem is that the versions file cannot be downloaded by the container. This adds a check to make sure the versions.json successfully downloads and error if not.