docker-library / openjdk

Docker Official Image packaging for EA builds of OpenJDK from Oracle
http://openjdk.java.net
MIT License
1.14k stars 471 forks source link

Add "java-cacerts" to Alpine-based image to maintain "$JAVA_HOME/lib/security/cacerts" for us #418

Closed tianon closed 4 years ago

tianon commented 4 years ago

Refs #416

This java-cacerts package is what the openjdk* packages in Alpine itself use to maintain this cacerts bundle (and is what inspired the solution we have in Debian-based images :smile:).