Skip to content

Commit 3b27d64

Browse files
chore: update jre 11 to latest patch, add zipfs (#7)
1 parent c9652ce commit 3b27d64

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

java-11/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jdk.security.auth,\
3434
# sun.misc.Unsafe and friends
3535
jdk.unsupported,\
3636
# jdk specific network options
37-
jdk.net\
37+
jdk.net,\
38+
# zip, jar file systems
39+
jdk.zipfs\
3840
--output jre
3941

4042
# We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image.

java-11/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("org.hypertrace.docker-publish-plugin")
33
}
44

5-
var javaVersion = "11.0.8-11.41.23"
5+
var javaVersion = "11.0.10-11.45.27"
66

77
hypertraceDocker {
88
defaultImage {

java-14/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jdk.security.auth,\
3434
# sun.misc.Unsafe and friends
3535
jdk.unsupported,\
3636
# jdk specific network options
37-
jdk.net\
37+
jdk.net,\
38+
# zip, jar file systems
39+
jdk.zipfs\
3840
--output jre
3941

4042
# We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image.

0 commit comments

Comments
 (0)