We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aae656 commit 751b7fdCopy full SHA for 751b7fd
java-11/Dockerfile
@@ -28,6 +28,9 @@ jdk.management.agent,\
28
java.naming,jdk.naming.dns,\
29
# TLS handehake with servers that use elliptic curve certificates
30
jdk.crypto.ec,\
31
+# required for hadoop filesystem
32
+java.security.jgss,\
33
+jdk.security.auth,\
34
# sun.misc.Unsafe and friends
35
jdk.unsupported\
36
--output jre
java-14/Dockerfile
0 commit comments