You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Brent Driskill (Jira)" <ji...@apache.org> on 2020/08/04 15:30:00 UTC

[jira] [Created] (GEODE-8402) Move the Dockerfile to use Debian instead of Alpine

Brent Driskill created GEODE-8402:
-------------------------------------

             Summary: 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


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)