diff --git a/java-11/Dockerfile b/java-11/Dockerfile index ca9e634..957db37 100644 --- a/java-11/Dockerfile +++ b/java-11/Dockerfile @@ -28,6 +28,9 @@ jdk.management.agent,\ java.naming,jdk.naming.dns,\ # TLS handehake with servers that use elliptic curve certificates jdk.crypto.ec,\ +# required for hadoop filesystem +java.security.jgss,\ +jdk.security.auth,\ # sun.misc.Unsafe and friends jdk.unsupported\ --output jre diff --git a/java-14/Dockerfile b/java-14/Dockerfile index 9b3c661..649f393 100644 --- a/java-14/Dockerfile +++ b/java-14/Dockerfile @@ -28,6 +28,9 @@ jdk.management.agent,\ java.naming,jdk.naming.dns,\ # TLS handehake with servers that use elliptic curve certificates jdk.crypto.ec,\ +# required for hadoop filesystem +java.security.jgss,\ +jdk.security.auth,\ # sun.misc.Unsafe and friends jdk.unsupported\ --output jre