summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2019-10-15 16:01:41 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2019-10-15 16:01:41 +0800
commit3eff12cfd17d4819134c5798d8c05e2d337fe389 (patch)
treeb0805b2b796b501e2882ef7b65ed9edfb9cd2718
parenta2c71bbbb43ecb3bdc2c28b1e3d7d4961c400120 (diff)
Fixed the Docker Build Failure
Change-Id: Ibcb1109335e350c220a8dc23b3b5c28201a67a16 Issue-ID: HOLMES-268 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--docs/platform/images/holmes-architecture.pngbin17965 -> 20256 bytes
-rw-r--r--rulemgt-standalone/src/main/assembly/Dockerfile4
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/platform/images/holmes-architecture.png b/docs/platform/images/holmes-architecture.png
index b2bd2a9..e471ff6 100644
--- a/docs/platform/images/holmes-architecture.png
+++ b/docs/platform/images/holmes-architecture.png
Binary files differ
diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile
index 8c1a5d9..065feb2 100644
--- a/rulemgt-standalone/src/main/assembly/Dockerfile
+++ b/rulemgt-standalone/src/main/assembly/Dockerfile
@@ -22,7 +22,7 @@ RUN { \
ENV JAVA_HOME /usr/lib/jvm/java-1.8-openjdk
ENV PATH $PATH:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
-ENV JAVA_ALPINE_VERSION 8.222.10-r1
+ENV JAVA_ALPINE_VERSION 8.222.10-r0
RUN set -x \
&& apk add --no-cache \
@@ -33,7 +33,7 @@ RUN set -x \
RUN apk upgrade \
&& apk update \
&& apk add --no-cache curl \
- && apk add --no-cache postgresql-client=12.0-r0 \
+ && apk add --no-cache postgresql-client=11.5-r0 \
&& apk add --no-cache nss