aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2020-06-06optimize size and time using "--no-cache-dir"Pratik 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-1887 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: Iaf92c95eae404706828c346ac02cf0f63c71f5e2
2018-02-20Update .properties and .xml files with licenseSkip Wonnell1-1/+39
Change-Id: I551f9e9033de2f13028f28ad434003d61102d54f Issue-ID: APPC-637 Signed-off-by: Skip Wonnell <skip@att.com>
2017-12-13Fourth part of onap renamePatrick Brady1-1/+1
Some paths within the docker image need to be updated from opt/openecomp to opt/onap Change-Id: I74b32ba6906a0b7c44764485dccef6140c21afa3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13First part of onap renamePatrick Brady1-2/+2
This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-10-02Updating APPC READMEHector Anapan1-72/+57
Updating the README for this repo to match the updated README in the deployment repo. Change-Id: Ic66a3abbb3034b02fe9809428bb656d3c313460a Signed-off-by: Hector Anapan <ha076r@att.com> Issue-Id: APPC-250
2017-02-15Moving all files to root directoryPatrick Brady1-1/+22
Change-Id: Ica5535fd6ec85f350fe1640b42137b49f83f10f0 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-13Removed README.md's specific referencesPatrick Brady1-18/+31
Change-Id: I0abb009682d362d0818b527e41b76c15f77ef6cc Signed-off-by: Patrick Brady <pb071s@att.com>
2017-02-10Initial OpenECOMP APPC commitPatrick Brady1-0/+164
Change-Id: Ifc3647aec40c0507d260ccc041c10a2aa1441c74 Signed-off-by: Patrick Brady <pb071s@att.com>