[ https://issues.apache.org/jira/browse/GEODE-8402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17188400#comment-17188400 ]
Brent Driskill commented on GEODE-8402: --------------------------------------- Yes, that would resolve this issue. > Move the Dockerfile to use Debian instead of Alpine > --------------------------------------------------- > > Key: GEODE-8402 > URL: https://issues.apache.org/jira/browse/GEODE-8402 > Project: Geode > Issue Type: Bug > Components: build > Reporter: Brent Driskill > Priority: Major > > OpenJDK dropped support for Alpine last May due to the incompatibility issues > between musl and glibc. See commit: > [https://github.com/docker-library/openjdk/commit/3eb0351b208d739fac35345c85e3c6237c2114ec#diff-17b0a72d5a10e24142544a9dbc8effcb] > > Geode is still pointed at the alpine version which has not received any > updates in a year: > [https://github.com/apache/geode/blob/develop/docker/Dockerfile]. This has > lead to the Java version missing the security patches for the last year. > > The FROM should be migrated to "openjdk:8-jre-slim" and the relevant > installation steps switched to support Debian. -- This message was sent by Atlassian Jira (v8.3.4#803005)