-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Description
Could you please create a non-alpine based image (like openjdk:8-slim or openjdk:8-jdk)?
Alpine has several issues:
- Xuggler does not work with Alpine. It always gives a SEGMENT FAULT and crashes the Liferay. Switching to openjdk:8-slim or openjdk:8-jdk works.
- The
libc6-compatrequired bytcnativeis not compatible with Alpine. See related issues:
Pubsub Subscriber initialization crashes JVM on Alpine Linux with libc6-compat googleapis/google-cloud-java#3536
RocksDB state backend causes segfault on Alpine images again docker-flink/docker-flink#37
Currently, to solve the problem I have to use Liferay's official docker image as an intermediate image and write my own Dockerfile with multi-stage builds to switch to openjdk:8-slim. It is not very maintainable.
Metadata
Metadata
Assignees
Labels
No labels