summaryrefslogtreecommitdiffstats
path: root/base_sdc-kibana/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2018-06-03Fix additional library CVEs2.0.0-ONAP2.0.0-ONAPMichael Lando1-6/+6
Change-Id: I82aa5c334f365e6ebaf65d88abb79beb96472ef4 Issue-ID: SDC-1310 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-13Bump fixed library versions in base_sdc-kibanaGary Wu1-4/+4
Available versions of bash and wget have changed in buster repos. Update the Dockerfile to match. Change-Id: Ie0a512f46617af494b93757d66ba55a6129c5ec3 Issue-ID: SDC-1205 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-11Add stretch repos to debian repo listGary Wu1-2/+5
It appears that zlib1g=1:1.2.8.dfsg-5 has disappeared off of the buster repos, and is now found in stretch repos. Add the stretch repos so that this library version can be installed. libldap-2.4-2=2.4.45+dfsg-1 also disappeared and was replaced with a different version. Change-Id: Ifb1c83033e69d9b2343a262d3efa16007a30f89d Issue-ID: SDC-1221 Issue-ID: SDC-1205 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-07Fix library CVEs in sdc-kibanaGary Wu1-3/+57
Upgrade library versions to address the following CVE vulnerabilities: bash 4.4.18-2 For CVE-2016-0634 CVE-2016-7543 curl 7.58.0-2 For CVE-2016-7167 CVE-2016-7141 krb5 1.16-2 For CVE-2018-5709 CVE-2017-15088 CVE-2017-11462 openssl 1.1.0h-2 For CVE-2016-8610 CVE-2017-3731 CVE-2016-6302 CVE-2016-2181 CVE-2016-2179 CVE-2016-2180 CVE-2016-2109 CVE-2016-2106 CVE-2016-2105 CVE-2016-6303 CVE-2016-2182 CVE-2016-2177 CVE-2016-2176 perl 5.26.2-2 For CVE-2017-12837 CVE-2017-12883 systemd 238-4 For CVE-2017-1000082 CVE-2017-9445 CVE-2017-9217 wget 1.19.4-1 For CVE-2017-13090 CVE-2017-13089 CVE-2016-7098 libdb5.3 CVE-2016-3418 CVE-2016-0694 CVE-2016-0692 CVE-2016-0689 CVE-2016-0682 libc-bin libc6 multiarch-support CVE-2018-1000001 CVE-2017-16997 CVE-2017-1000366 CVE-2015-5180 CVE-2016-5417 CVE-2018-6485 CVE-2017-15804 CVE-2017-15670 CVE-2014-9984 CVE-2014-9761 CVE-2015-8983 CVE-2015-8982 libgnutls-deb0-28 CVE-2017-5335 CVE-2017-5337 CVE-2017-5334 libgcrypt20 CVE-2017-0379 libtasn1-6 CVE-2018-6003 CVE-2017-10790 libldap-2.4-2 CVE-2017-17740 libpcre3 CVE-2015-3217 passwd CVE-2017-12424 zlib1g CVE-2016-9843 CVE-2016-9841 CVE-2016-9842 CVE-2016-9840 Change-Id: Ia284cb8fb155d8ffc5805ff095ff9612c42aa6f6 Issue-ID: SDC-1205 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-03fix merge failureMichael Lando1-11/+2
set all versions in the bases Change-Id: I9e54a5b391c97c261045d8e6fca02aa84f926478 Issue-ID: SDC-1222 Signed-off-by: Michael Lando <ml636r@att.com>
2017-09-06Initial Docker baselines for SDCAreli Fuss1-0/+18
Set SDC baseline Dockers in order to make the actual Docker build faster and simpler Change-Id: I9eeff39b33507a8bc4e4628b0d2208caa6508ae5 Issue-Id: SDC-245 Signed-off-by: Areli Fuss <af732p@att.com>