gifted-art-69474
05/12/2021, 11:35 AMcurl
in the base image (openjdk:8-jre-alpine
) contains a vulnerability that we would like to mitigate. However, the newest version of the base image is 2 years old so maybe time to switch out that one?gifted-art-69474
05/12/2021, 11:35 AMapt-get
based package manager so it requires a few changes to the dockerfiles.
• adoptopenjdk/openjdk8:alpine-jre -> The offical AdoptOpenJDK provider. Slim and less changes are needed in the dockerfiles since it uses Alpine linux as the old one did.
WDYT?gifted-art-69474
05/12/2021, 11:46 AMopenjdk:8
which use AdoptOpenJDK, so the sources are built with that.
The base build uses `openjdk:8-jre-alpine`which is plain old OpenJDK, which the built sources are executed on.gifted-art-69474
05/18/2021, 7:52 AM