From: GuangrongFu Date: Mon, 8 Jun 2020 01:48:52 +0000 (+0800) Subject: Update the version of openjdk8 X-Git-Tag: 1.2.8~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=f7ab0e4458ddb21a56d6ab015b5aa4ec4ad30fe6;p=holmes%2Fengine-management.git Update the version of openjdk8 Change-Id: I26f164d082d7710397da79d6e439cdde57792ace Issue-ID: HOLMES-314 Signed-off-by: GuangrongFu --- diff --git a/engine-d-standalone/src/main/assembly/Dockerfile b/engine-d-standalone/src/main/assembly/Dockerfile index cbd45e6..d5ad247 100644 --- a/engine-d-standalone/src/main/assembly/Dockerfile +++ b/engine-d-standalone/src/main/assembly/Dockerfile @@ -8,7 +8,8 @@ ENV HOSTNAME=holmes-engine-mgmt \ LANG=C.UTF-8 \ JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk \ PATH=$PATH:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin \ - JAVA_ALPINE_VERSION=8.242.08-r2 + JAVA_ALPINE_VERSION=8.242.08-r2 \ + PG_VERSION=12.3-r2 #add the backend package to the docker image WORKDIR /home/holmes @@ -32,7 +33,7 @@ RUN { \ && apk update \ && apk add --no-cache curl \ && apk add --no-cache wget \ - && apk add --no-cache postgresql-client=11.5-r0 \ + && apk add --no-cache postgresql-client="$PG_VERSION" \ && apk add --no-cache nss \ #switch the user to holmes