Skip to content

v1.3.5

Compare
Choose a tag to compare
@patrickcrocker patrickcrocker released this 26 Apr 19:09

1.3.5 - 2018-03-20

Fixed

  • Interacting with an SSL protected Maven Repository Manager broke with Concourse 3.9.0. The way Concourse now mounts the worker's certificate directory to /etc/ssl/certs clobbers the /etc/ssl/certs/java/cacerts file placed there by the base openjdk image, which is symlinked to at $JAVA_HOME/jre/lib/security/cacerts, which of course is needed by Java for SSL stuff.

So... as a workaround we unlink the link and copy the file directly to $JAVA_HOME/jre/lib/security/cacerts. Thx to @elgohr for working with me on this!

Changed

  • Bumped base openjdk image to version 8u151 (from 8u131).