summaryrefslogtreecommitdiffstats
path: root/base_sdc-cqlsh
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30[docker] use `--no-cache-dir` flag to `pip` in dockerfiles to save spacePratik raj1-2/+2
using "--no-cache-dir" flag in pip install ,make sure downloaded packages by pip don't cached on system . This is a best practice which make sure to fetch from repo instead of using local cached one . Further , in case of Docker Containers , by restricting caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Issue-ID: SDC-3427 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: Ib72e4f0e0e4f777102e42f9c129405374adbfd9c
2020-05-05Stabilize sdc-docker-base-maven-docker-stage-mastervasraz1-1/+1
Change-Id: Ia1da77a3b57ef1cefb47f3c6fe9c0152c6d485d1 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2873
2020-03-10create sdc user for non-root running of podsMichaelMorris1-1/+8
Change-Id: I7d6f7d7f67c23fcd063a5944341a1e8cae85e893 Issue-ID: SDC-2798 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-11-17Upgrade to Cassandra 3shrek20001-1/+2
Fix cqlshrc file content Issue-ID: SDC-2594 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I3fb54a863cd25955002120723bdd776149752b25
2019-10-30Upgrade to Cassandra 3shrek20001-1/+1
Creating base dockers suitable for Cassandra 3 Issue-ID: SDC-2594 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I8246f3e0d2e5324d033c51711364a59fcf9e9a95
2019-10-29Upgrade to Cassandra 3shrek20001-1/+4
Creating base dockers suitable for Cassandra 3 Issue-ID: SDC-2594 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I9e62cca2b7ef348bf68f28f74ec0a49c350f93e8 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
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-3/+2
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-3/+12
Change-Id: If2e184523a8a6f6544a696f12e9905418c2a6368 Issue-ID: SDC-1767 Signed-off-by: Tal Gitelman <tg851x@intl.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-18/+5
set all versions in the bases Change-Id: I9e54a5b391c97c261045d8e6fca02aa84f926478 Issue-ID: SDC-1222 Signed-off-by: Michael Lando <ml636r@att.com>
2018-01-29new cqlsh base dockerYuli Shlosberg1-0/+20
Change-Id: I1d771f80e87eeeac55cfd0df55af011bee307753 Issue-ID: SDC-722 Signed-off-by: Yuli Shlosberg <ys9693@att.com>