docker-atlassian-jira icon indicating copy to clipboard operation
docker-atlassian-jira copied to clipboard

Snappy not working with 8.7.1 Image

Open LStampf opened this issue 5 years ago • 1 comments

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.

LStampf avatar Feb 17 '20 12:02 LStampf

Sounds good to me, please do :-)

Kind regards,

Martin Jensen

On 17 Feb 2020, at 13.10, Lukas Stampf [email protected] 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.

cptactionhank avatar Feb 17 '20 12:02 cptactionhank