neo4j / docker-neo4j

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

Add evaluation license for neo4j-enterprise #411

Closed klaren closed 1 year ago

klaren commented 1 year ago

This will add support for the environment variable NEO4J_ACCEPT_LICENSE_AGREEMENT=eval. This will accept the evaluation agreements and mark the start of the 30 days trial period on the first startup.

changelog: Docker now allows users to accept an evaluation license if they do not have a commercial license.

klaren commented 1 year ago

Should we add additional tests to cover the eval case?

jennyowen commented 1 year ago

oh definitely! I thought you were leaving that as an exercise for me :smile:

jennyowen commented 1 year ago

@klaren it looks like the dev branch PR failures are related to your change.

/startup/docker-entrypoint.sh: line 415: NEO4J_ACCEPT_LICENSE_AGREEMENT: unbound variable

Feel free to merge once that issue is fixed. There's no 5.3 release blocking merges any more.