Skip to content

Update Docker Base Image to "eclipse-temurin"

The "openjdk" image is deprecated and is subject to various critical vulnerabilities: https://hub.docker.com/layers/library/openjdk/17/images/sha256-98f0304b3a3b7c12ce641177a99d1f3be56f532473a528fda38d53d519cafb13?context=explore

The build based on "jib-maven" uses "eclipse-temurin:17-jre" as the base image, so I suggest to use the same image for Docker-based builds.

Merge request reports