Skip to content

Commit

Permalink
chore: update jre 11 to latest patch, add zipfs (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld authored Feb 2, 2021
1 parent c9652ce commit 3b27d64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion java-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jdk.security.auth,\
# sun.misc.Unsafe and friends
jdk.unsupported,\
# jdk specific network options
jdk.net\
jdk.net,\
# zip, jar file systems
jdk.zipfs\
--output jre

# We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image.
Expand Down
2 changes: 1 addition & 1 deletion java-11/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("org.hypertrace.docker-publish-plugin")
}

var javaVersion = "11.0.8-11.41.23"
var javaVersion = "11.0.10-11.45.27"

hypertraceDocker {
defaultImage {
Expand Down
4 changes: 3 additions & 1 deletion java-14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jdk.security.auth,\
# sun.misc.Unsafe and friends
jdk.unsupported,\
# jdk specific network options
jdk.net\
jdk.net,\
# zip, jar file systems
jdk.zipfs\
--output jre

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

0 comments on commit 3b27d64

Please sign in to comment.