summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-05-16 20:18:39 -0700
committerMichael Lando <ml636r@att.com>2018-05-29 05:39:43 +0000
commit007aad95668c55fb21121aace3559502b02c9580 (patch)
tree983c30f930076d67cf112a28da3700a1d6bdb995
parent0cd216d717aa82938ad2ef1cf8562a0fe0fe8e0b (diff)
Fix additional library CVEs
Also remove version hard-coding of openjdk-8-jdk as the version keeps getting changed. Change-Id: I56947f847ba7cf78e0b6860a02c4cf3d069477c8 Issue-ID: SDC-1310 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--base_sdc-cassandra/Dockerfile5
-rw-r--r--base_sdc-kibana/Dockerfile2
2 files changed, 4 insertions, 3 deletions
diff --git a/base_sdc-cassandra/Dockerfile b/base_sdc-cassandra/Dockerfile
index 052d9b8..d4ba268 100644
--- a/base_sdc-cassandra/Dockerfile
+++ b/base_sdc-cassandra/Dockerfile
@@ -56,7 +56,7 @@ RUN echo "deb http://deb.debian.org/debian stretch main" >> /etc/apt/sources.lis
apt-get -y --no-install-recommends install \
vim=2:7.4.488-7+deb8u3 vim-common=2:7.4.488-7+deb8u3 vim-runtime=2:7.4.488-7+deb8u3 \
apt-utils=1.0.9.8.4 \
- openjdk-8-jdk=8u162-b12-1~bpo8+1 \
+ openjdk-8-jdk \
libavahi-client3=0.7-4 libavahi-common-data=0.7-4 libavahi-common3=0.7-4 \
curl=7.58.0-2 libcurl3=7.58.0-2 \
krb5-locales=1.16-2 libgssapi-krb5-2=1.16-2 libkrb5-3=1.16-2 libkrb5support0=1.16-2 \
@@ -78,7 +78,8 @@ RUN echo "deb http://deb.debian.org/debian stretch main" >> /etc/apt/sources.lis
libldap-2.4-2=2.4.44+dfsg-5+deb9u1 \
libpcre3=2:8.39-9 \
passwd=1:4.5-1 \
- zlib1g=1:1.2.8.dfsg-5 && \
+ zlib1g=1:1.2.11.dfsg-1 \
+ ntp=1:4.2.8p11+dfsg-1 && \
apt-get -y autoremove
diff --git a/base_sdc-kibana/Dockerfile b/base_sdc-kibana/Dockerfile
index cd9cadb..254292d 100644
--- a/base_sdc-kibana/Dockerfile
+++ b/base_sdc-kibana/Dockerfile
@@ -58,7 +58,7 @@ RUN echo "deb http://deb.debian.org/debian stretch main" >> /etc/apt/sources.lis
libldap-2.4-2=2.4.44+dfsg-5+deb9u1 \
libpcre3=2:8.39-9 \
passwd=1:4.5-1 \
- zlib1g=1:1.2.8.dfsg-5 && \
+ zlib1g=1:1.2.11.dfsg-1 && \
apt-get -y autoremove
# install chef-solo