aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2020-06-08optimize size and time using "--no-cache-dir"HEADmasterPratik Raj1-1/+1
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: APPC-1888 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: I41951d327bcf6bc381fc3d6e1789c33fd205d005
2018-02-20Add license text to filesSkip Wonnell1-0/+40
Issue-ID: APPC-637 Change-Id: I25b6cae5f8f3f4eac2fb6d417322467e42ab4ea6 Signed-off-by: Skip Wonnell <skip@att.com>
2017-12-13Deployment onap renamePatrick Brady1-3/+3
Changing org.openecomp.appc names to org.onap.appc Change-Id: I729f6ce253de8351ae5e3da2e334b1bae155b67d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-09-28Add APPC Deployment DocumentationHector Anapan1-50/+57
This will take care of adding the following RST documentation files: - The README in the appc git repo so that it is also available in HTML form - The documentation found on wiki to build and test APPC in a local environment. Change-Id: Iea7153bd077b60c7ae40da423e1a154de97ce390 Signed-off-by: Hector Anapan <ha076r@att.com> Issue-Id: APPC-247
2017-02-13Initial OpenECOMP appc/deployment commitPatrick Brady1-0/+176
Change-Id: I46850ced2a3ff7a55dd1e92ec4509bf728466ce9 Signed-off-by: Patrick Brady <pb071s@att.com>