neo4j / docker-neo4j

Docker Images for the Neo4j Graph Database
Apache License 2.0
320 stars 168 forks source link

neo4j:4.4.16-enterprise Docker image fails when apoc plugin is requested #416

Closed madisonscott closed 1 year ago

madisonscott commented 1 year ago

Steps to reproduce

Start a Docker container as such:

docker pull neo4j:4.4.16-enterprise
docker run  --env NEO4J_ACCEPT_LICENSE_AGREEMENT=yes --env NEO4JLABS_PLUGINS='["apoc"]' neo4j:4.4.16-enterprise bash

Expected behaviour

The container runs

Actual behaviour

The following error occurs:

Fetching versions.json for Plugin 'apoc' from https://github.com/neo4j/apoc/blob/master/versions.json
parse error: Invalid numeric literal at line 8, column 10
Error: No jar URL found for version '4.4.16' in versions.json from 'https://github.com/neo4j/apoc/blob/master/versions.json'

Neo4j image tag being used

neo4j:4.4.16-enterprise

Additional context

cc @dennisjlee

AzuObs commented 1 year ago

Thank you for reporting Thordal,

I'm considering this a duplicate of https://github.com/neo4j/apoc/issues/271 and closing it for now, if that's OK with you. I would like to consolidate discussions around the issue to a single place.