optimize size and time using "--no-cache-dir" 68/108868/1
authorPratik Raj <rajpratik71@gmail.com>
Sat, 6 Jun 2020 16:29:50 +0000 (21:59 +0530)
committerPratik Raj <rajpratik71@gmail.com>
Sat, 6 Jun 2020 16:29:50 +0000 (21:59 +0530)
commit9dc682d7bff7da09bc49838dc0d8d38c6d76c2dd
treedb740e1b4a5c06d0210e0ec0563ad96fcd769afc
parent47e2053949bf4a490733fbe1ae2dfc5d65436c1d
optimize size and time using "--no-cache-dir"

Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages
by pip don't cached on system . This is a best practise which make sure
to fetch ftom repo instead of using local cached one . Further , in case
of Docker Containers , by restricing 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: DCAEGEN2-2294

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: Ifeda4876507f89279c550e15ec76508277098ca6
docs/sections/services/heartbeat-ms/testprocedure.rst
docs/sections/services/snmptrap/installation.rst
mvn-phase-lib.sh
mvn-phase-script.sh