Skip to content

Commit 751b7fd

Browse files
authored
add java.security.jgss and jdk.security.auth modules to jre (#3)
1 parent 6aae656 commit 751b7fd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

java-11/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jdk.management.agent,\
2828
java.naming,jdk.naming.dns,\
2929
# TLS handehake with servers that use elliptic curve certificates
3030
jdk.crypto.ec,\
31+
# required for hadoop filesystem
32+
java.security.jgss,\
33+
jdk.security.auth,\
3134
# sun.misc.Unsafe and friends
3235
jdk.unsupported\
3336
--output jre

java-14/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jdk.management.agent,\
2828
java.naming,jdk.naming.dns,\
2929
# TLS handehake with servers that use elliptic curve certificates
3030
jdk.crypto.ec,\
31+
# required for hadoop filesystem
32+
java.security.jgss,\
33+
jdk.security.auth,\
3134
# sun.misc.Unsafe and friends
3235
jdk.unsupported\
3336
--output jre

0 commit comments

Comments
 (0)