cfpb / hmda-platform

The HMDA Submission backend applications.
Creative Commons Zero v1.0 Universal
102 stars 93 forks source link

replace base docker image from openjdk to eclipse-temurin #4640

Closed zencircle closed 1 year ago

zencircle commented 1 year ago

See DEPRECATION NOTICE https://hub.docker.com/_/openjdk

Currently used base image is https://github.com/kgudel/hmda-platform/blob/master/build.sbt#L59 dockerBaseImage := "openjdk:19-jdk-alpine3.16",

zencircle commented 1 year ago

Replace image with eclipse-temurin:19-jdk-alpine Additional info on eclipse-temurin https://hub.docker.com/_/eclipse-temurin