ddev / ddev-solr

Solr service for DDEV
Apache License 2.0
6 stars 6 forks source link

Consider using official zookeeper image #3

Closed rfay closed 1 year ago

rfay commented 1 year ago

The official zookeeper image now has arm64 images, https://hub.docker.com/_/zookeeper/tags

Please consider using zookeeper: 3.8 if you're happy with it.

mkalkbrenner commented 1 year ago

We had an issue with the official zookeeper image and volumes, maybe two years ago. But I'll try again.

mkalkbrenner commented 1 year ago

@rfay I remember the issue now. The official zookeper image stores the data in two top level directories /data and /datalog, wheras the bitnami image stores everything under /bitnami/zookeeper.

As you probably remember we had issues in DDEV if two volumes were required. Are these solved?

rfay commented 1 year ago

You're right, good memory. I think DDEV can probably do it now, but I don't think it's worth messing with.