-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: build
-
Labels:None
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.