From 6bbbea19d0d1960fd7b6dd00fc283801577c9722 Mon Sep 17 00:00:00 2001 From: Ravi Singal Date: Wed, 30 Sep 2020 15:06:44 +0530 Subject: [PATCH] add java.security.jgss and jdk.security.auth modules to jre --- java-11/Dockerfile | 3 +++ java-14/Dockerfile | 3 +++ 2 files changed, 6 insertions(+) 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