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 7806964 commit f92b02dCopy full SHA for f92b02d
java-11/Dockerfile
@@ -32,7 +32,9 @@ jdk.crypto.ec,\
32
java.security.jgss,\
33
jdk.security.auth,\
34
# sun.misc.Unsafe and friends
35
-jdk.unsupported\
+jdk.unsupported,\
36
+# jdk specific network options
37
+jdk.net\
38
--output jre
39
40
# We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image.
java-14/Dockerfile
0 commit comments