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

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

    [ https://issues.apache.org/jira/browse/GEODE-8402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17187948#comment-17187948 ] 

Owen Nichols commented on GEODE-8402:
-------------------------------------

Are the changes to this Dockerfile as part of GEODE-8321 sufficient to address your concerns?  
bellsoft/liberica-openjdk-alpine:8 is currently pulling 8u265 which is the very latest
 

> 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)