-
Notifications
You must be signed in to change notification settings - Fork 32
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
elasticsearch: copy plugins to dataDir
#331
Conversation
@secobarbital can you check if this works for you? Also, I have included a test to check for plugin installation. |
Wow, thank you for the quick turnaround! Yes, this does work for me, it is almost the same as the workaround I came back to report:
I find that only the directories needed their permissions fixed to get it to work, not the files. However, I also found this in the official elasticsearch Dockerfile and I wonder if we should follow their permissions as canonical. It looks like they intentionally package the files and directories with no permissions and expect consumer to modify them?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works! Coupa of slight tweaks to suggest.
Co-authored-by: Seggy Umboh <[email protected]>
Co-authored-by: Seggy Umboh <[email protected]>
Thanks @secobarbital |
…search plugins (#332) We need to add the write permission to directories in elasticsearch plugins, not execute, which they already have. Sorry @shivaraj-bh this was a typo in my suggestion in #331
resolves #325