Update the version of openjdk8 73/108873/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Mon, 8 Jun 2020 01:48:52 +0000 (09:48 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Mon, 8 Jun 2020 01:48:52 +0000 (09:48 +0800)
Change-Id: I26f164d082d7710397da79d6e439cdde57792ace
Issue-ID: HOLMES-314
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
engine-d-standalone/src/main/assembly/Dockerfile

index cbd45e6..d5ad247 100644 (file)
@@ -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