DozerDB / dozerdb-core

DozerDB Plugin Core Project
GNU General Public License v3.0
27 stars 4 forks source link

Support for ARM64 #4

Closed kaumudpa closed 8 months ago

kaumudpa commented 8 months ago

Unable to install this image on AWS ARM based instances. Please see if this can be incorporated as official Neo4J Community Edition runs perfectly fine there.

jmsuhy commented 8 months ago

We only built the x86 images, but we can also create the ARM images as well. I will create the ARM image for 5.15.0 and push it to docker hub.

Moving forward we will publish both images for each release.

If you want an ARM image for an older release, just let us know.

kaumudpa commented 8 months ago

Hi Thank you for the reply - I think ARM image for 5.15.0 should be fine for now.

But I would like to suggest publishing both images for each release henceforth as it broadens the scope for testing.

Any yes - kudos to the work done here!

kaumudpa commented 8 months ago

@jmsuhy Any ETA to push ARM image for 5.15.0?

jmsuhy commented 8 months ago

FYI - the proper manifests were pushed to docker hub - you should be able to run the image on x86 and arm processors now.
You can remove the old image using docker image rm graphstack/dozerdb:5.15.0.0-alpha.1

Then try to run again.

Can you confirm if all works?

docker run \ -p7474:7474 -p7687:7687 \ -v $HOME/neo4j/data:/data \ -v $HOME/neo4j/logs:/logs \ -v $HOME/neo4j/import:/var/lib/neo4j/import \ -v $HOME/neo4j/plugins:/plugins \ --env NEO4J_AUTH=neo4j/password \ graphstack/dozerdb:5.15.0.0-alpha.1

jmsuhy commented 8 months ago

Also - dozerdb 5.16.0.0-alpha.1 has been pushed which is DozerDB plugin and Neo4j Core 5.16.0 The arm compatible versions are DozerDB instance for Neo4j 5.15.0 and 5.16.0. If you need an ARM docker image for another version of 5.x - please let us know.

kaumudpa commented 8 months ago

I can confirm - This is working fine on ARM instances - Closing this issue.