summaryrefslogtreecommitdiffstats
path: root/ocata/vagrant/test/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30[docker] use `--no-cache-dir` flag to `pip` in dockerfiles to save spacehonoluluPratik raj1-1/+1
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
2018-10-17Add license for ocata pluginHuang Haibin1-0/+14
Change-Id: I1d0a4ab6ad42bab238036dee6a8a224d378a9519 Issue-ID: MULTICLOUD-384 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-04-20Update AAI schema version for ocataYun Huang1-1/+1
Change-Id: I3c0e10ea28c92dcdc645cf1686e92272b370c607 Issue-ID: MULTICLOUD-179 Signed-off-by: Yun Huang <yun.huang@windriver.com>
2018-03-01Move extsys from newton to commonHuang Haibin1-1/+1
Change-Id: I30ad2ed3a43bcb0ef569bb25d3e51a9ab49ea48a Issue-ID: MULTICLOUD-138 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2017-09-27build docker from local maven for function testGuo Ruijing1-2/+22
Change-Id: I4bbb437e3563833edef7ce020b158e8332d545e3 Issue-Id: MULTICLOUD-95 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-09-21remove docker build workaroud in function testGuo Ruijing1-2/+0
Change-Id: I4167b423319a1b6c66f232951c5084b7f854d577 Issue-Id: MULTICLOUD-95 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-09-20update port from 9004 to 9006Guo Ruijing1-0/+2
Change-Id: Ic2ad8eda3b21b6c11cabf89d65f5a72956262750 Issue-Id: MULTICLOUD-95 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-09-15setup function test frameworkGuo Ruijing1-1/+1
this patch is to fix issue to setup function test framwork for multicloud Change-Id: I48f9b750d36fe797abdf12bebf9f9650e0da0f51 Issue-Id: MULTICLOUD-92 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-09-14setup function test frameworkGuo Ruijing1-0/+5
this patch is to setup function test framwork for multicloud Change-Id: I372ca4a11878b25fd9b5f4b7ed199e0d8748e11d Issue-Id: MULTICLOUD-92 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>