summaryrefslogtreecommitdiffstats
path: root/mvn-phase-lib.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-06-06optimize size and time using "--no-cache-dir"Pratik Raj1-4/+4
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
2017-09-19Update doc, mvn script, pomLusheng Ji1-18/+121
Issue-Id: DCAEGEN2-60 Change-Id: Iad513b12fd79a6404d0ae05f65bce31951af918a Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Fix docker build pathLusheng Ji1-2/+5
Issue-Id: DCAEGEN2-60 Change-Id: Id4aead99e0f7c629eac3ba092b603502f9622e98 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Make platformdoc docker containerLusheng Ji1-0/+296
Issue-Id: DCAEGEN2-60 Change-Id: Id57ab539707a43883ff957a23d2459a9b12df22e Signed-off-by: Lusheng Ji <lji@research.att.com>