summaryrefslogtreecommitdiffstats
path: root/pike/vagrant/test/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30[docker] use `--no-cache-dir` flag to `pip` in dockerfiles to save spacehonoluluPratik 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: MULTICLOUD-1279 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: If01ac9167727423f65788bdf6abfd8ee0e1546cc
2019-09-02Fix vagrant docker issueHaibin Huang1-9/+24
Issue-ID: MULTICLOUD-798 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: I37822b04c8336acb4c04ab36d130b0302b7f0aaf
2018-10-17Add license for pikeHuang Haibin1-0/+14
Change-Id: I779bc427bf8e0ff682806b8c8933312b1dd5a340 Issue-ID: MULTICLOUD-384 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-07-25Add Openstack Pike plugin frameworkHuang Haibin1-0/+25
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>