cptactionhank / docker-atlassian-jira

Atlassian JIRA Core wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira
MIT License
621 stars 248 forks source link

Snappy not working with 8.7.1 Image #105

Open LStampf opened 4 years ago

LStampf commented 4 years ago

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.

cptactionhank commented 4 years ago

Sounds good to me, please do :-)

Kind regards,

Martin Jensen

On 17 Feb 2020, at 13.10, Lukas Stampf notifications@github.com wrote:

 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.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.