docker-atlassian-jira
docker-atlassian-jira copied to clipboard
migrate to adopopenjdk alpine-slim image for glibc compatibility; fix for #105
#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.
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.
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.