spujadas / elk-docker

Elasticsearch, Logstash, Kibana (ELK) Docker image
Other
2.16k stars 908 forks source link

ARM64 enablement #333

Closed mgazzin closed 4 years ago

mgazzin commented 4 years ago

Dear @spujadas , I have made a change to your Dockerfile that allows to build this image in ARM64 systems. I have tested it on my raspberry pi 4 and in my x86_64 system. I hope you can review it and possibly add to your repository. The docker build comment is documented in README.md file.

Kindly let me know. Thanks. Cheers

spujadas commented 4 years ago

Great idea, thanks for the PR! I'll work it into the repo over the weekend, first I need to work out how to multi-arch-enable the build process. 😄

mgazzin commented 4 years ago

Thanks @spujadas . Please let me know if you have interesting findings.

spujadas commented 4 years ago

This whole multi-arch thing looked a tad too experimental for my liking, so I just merged your PR (almost) as is. ( moved the documentation to the main doc and added a note on the OSS versions not being supported on ARM64)

Thanks again for you PR, much appreciated.

Note to self: Multi-arch build and images, the simple way; Docker multi-arch example.

mgazzin commented 4 years ago

Ok! Thank you very much @spujadas . Cheers!