summaryrefslogtreecommitdiffstats
path: root/base_sdc-jetty
AgeCommit message (Collapse)AuthorFilesLines
2019-09-20Fix build failure of base images5.0.2-ONAPelaltoDenis Kasanic1-1/+0
Upgrade of Alpine linux version of the openjdk:8-jdk-alpine base image obsoleted usage of edge repositories. These repositories were causing build failures. Elasticsearch newly requires an installation of linux-headers package. This package is required to build dependencies for plugin berkshelf. Issue-ID: SDC-2581 Signed-off-by: Denis Kasanic <denis.kasanic@tieto.com> Change-Id: Ib71846d4d449f035cf7633c8ac786553364efef7
2019-06-19Fixed Dockerfiles for base imagesTomasz Golabek1-4/+3
Dockerfiles for building base images of sdc components fixed. Change-Id: I50057d3edba1c06e6175e5cc547981efb11ecac3 Issue-ID: SDC-2367 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2018-10-29upgrading jettyTal Gitelman1-16/+16
Change-Id: If2e184523a8a6f6544a696f12e9905418c2a6368 Issue-ID: SDC-1767 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-06-03Fix additional library CVEsMichael Lando1-2/+2
Change-Id: I34e046111821729909cf31fa670c4f80f1ef76ce Issue-ID: SDC-1310 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-09Fix additional library CVEs in sdc-docker-baseGary Wu1-1/+4
Fix CVEs around the following packages: binutils jq libtasn1 libpng curl libcurl Change-Id: Ib9b8419e3f35072a43bdc88a92255ee6f8968943 Issue-ID: SDC-1310 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-03fix merge failureMichael Lando1-24/+17
set all versions in the bases Change-Id: I9e54a5b391c97c261045d8e6fca02aa84f926478 Issue-ID: SDC-1222 Signed-off-by: Michael Lando <ml636r@att.com>
2018-03-25Replace Jetty user idAreli, Fuss (af732p)1-3/+4
Replace Jetty user id to enable using it in multiple projects Change-Id: I0a68e3cf08efac94ca1dbc4ca6a3c5effde31101 Issue-ID: SDC-1162 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-03-25Replace Jetty user idAreli, Fuss (af732p)2-0/+24
Replace Jetty user id to enable using it in multiple projects Change-Id: Id4c97cfb3e669cb8c2df5428b67a8294ec329583 Issue-ID: SDC-1162 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2017-11-19Replace base to alpineAreli Fuss1-0/+34
Replace the docker base to slim linux based on Alpine and optimize the docker file Change-Id: I82035cfaa259b9323b64e206ad09c0431230fcdd Issue-Id: SDC-660 Signed-off-by: Areli Fuss <af732p@att.com>