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

migrate to adopopenjdk alpine-slim image for glibc compatibility; fix for #105

Open LStampf opened this issue 5 years ago • 2 comments

#105 fix

Changes the base image to adoptopenjdk/openjdk8:alpine-slime. The old image Musl libc instead of glibc which doesn't work with the Snappy library provided by Jira.

LStampf avatar Feb 17 '20 17:02 LStampf

Unfortunatly I discovered a problem with this. It should work but the alpine-slim image currently does this: https://github.com/AdoptOpenJDK/openjdk-docker/issues/248

It can break some plugins. For us it broke the Xporter Plugin.

LStampf avatar Feb 20 '20 09:02 LStampf

Unfortunatly I needed to switch to the full AdoptOpenjdk alpine image. The slim image cuts some Java features like jjs that Jira (or at least some plugins) need.

LStampf avatar Feb 20 '20 10:02 LStampf