Latest openjdk:8 image breaks builds due to cacerts being moved.
tkent opened this issue · 0 comments
tkent commented
Describe the bug
The location of jvm cacerts file change in the openjdk:8 image from /etc/ssl/certs/java/cacerts
to /usr/local/openjdk-8/jre/lib/security/cacerts
. This broke the CA certificate loading functionality of this image. See docker-library/openjdk#360 for context.
To Reproduce
Just attempt to build the image.