Hi,
I noticed that if you use Snappy(which is default) the Indexer can not replicate itself over multiple jira instances. The problem is (you need DEBUG lvl to see this):
Error loading shared library ld-linux-x86-64.so.2
The openjdk:8-alpine is not fully glibc compatible. I had some success with also installing gcompat, but I think the image should switch to adoptopenjdk/openjdk8:alpine-slim which is glibc compatible. I can provide a pull request, if you like.
Hi,
I noticed that if you use Snappy(which is default) the Indexer can not replicate itself over multiple jira instances. The problem is (you need DEBUG lvl to see this):
Error loading shared library ld-linux-x86-64.so.2
The openjdk:8-alpine is not fully glibc compatible. I had some success with also installing gcompat, but I think the image should switch to adoptopenjdk/openjdk8:alpine-slim which is glibc compatible. I can provide a pull request, if you like.