Age | Commit message (Collapse) | Author | Files | Lines |
|
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: MULTICLOUD-1279
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: If01ac9167727423f65788bdf6abfd8ee0e1546cc
|
|
Issue-ID: MULTICLOUD-798
Signed-off-by: songgongjun <gongjun.song@intel.com>
Change-Id: I13fe7461c0d9c173970b080cdd2cb73dbae930b0
|
|
Issue-ID: MULTICLOUD-798
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Change-Id: I37822b04c8336acb4c04ab36d130b0302b7f0aaf
|
|
Change-Id: If842bca7c09111136df330d1cf3cb84375e868f1
Issue-ID: MULTICLOUD-424
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
|
|
Change-Id: I779bc427bf8e0ff682806b8c8933312b1dd5a340
Issue-ID: MULTICLOUD-384
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
|
|
Remove EPA property from multicloud as it is repaced by HPA attributes.
Change-Id: I96e2ebcc60ac55cb0f0559607de919da410f66b1
Issue-ID: AAI-1150
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Add Pike framework and one function extension
Add Vagrant for test
Change-Id: I045ac1f1a920b509a69d7a72f8e60fb108102839
Issue-ID: MULTICLOUD-276
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
|