-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM64 support? #22
Comments
Was able to get arm64v8 working with native (non-docksal) images, albeit I had to modify the search_api_solr module to do so: |
Well, the good news is that SOLR_IMAGE='solr:8.11.2' does fire up a server on our M1 machine without complaints. The bad news is that the docksal "user-owned" index does not get created during fin start. Are we going to have to create scripts that generate these on our own and add them to, like, a fin init command? Are there examples of this? I am quite out of my depth in this regard, I must admit. We're also deeply concerned about the differences between SOLR 8 locally and SOLR 7 upstream. We don't have the option for solr 8 upstream currently. I did try going into solr at solr.mysite.docksal.site and create the user-owned core myself. I get:
which I guess means that the docksal-preinit script eithter never fires during |
I use this bash to create cores with
|
@loopy3025 Unfortunately, there is no bandwidth right now between maintainers to work on the updated Docksal Solr images. Either in a form of Docksal Solr docs or the updated docksal/add-ons/solr addon-on (or both). PRs are always welcome.
@danshumaker thanks for sharing this. Do you also have to patch the search_api_module as you mentioned earlier? |
The patch had issues but is actually not necessary because the https://hub.docker.com/r/amd64/solr/ repo works. If the bash script above is .docksal/commands/solr-create-core then these comments in my settings.local.php should work for solr 8.11+ . I have not tried solr 9.
then in .docksal/docksal.yml
|
Thank you @danshumaker - using your recipes above I was able to get it working, although I have to re-create the core every time the project loads. Small inconvenience for being able to perfectly match the destination server :) I used the solr:8.11 image as I didn't need the arm one. |
Has anyone tried to integrate ARM64 support for the solr service?
https://hub.docker.com/r/amd64/solr/
The text was updated successfully, but these errors were encountered: