diff options
author | Pratik Raj <rajpratik71@gmail.com> | 2020-06-09 05:39:53 +0530 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-09 00:09:53 +0000 |
commit | 968fc89bb70115e8006516ccf732eb1fed1a1a2d (patch) | |
tree | b3b2b3ee829d33a34dd7944ec3b2b4c5e51ff2ac /docs | |
parent | 1fb6a973f5242abdda86e968f9b0c2df99a62869 (diff) |
Update git submodules
* Update docs/submodules/appc/deployment.git from branch 'master'
to 8b35c46769ded9fb513db4751b88aa468c721ffa
- optimize size and time using "--no-cache-dir"
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
Diffstat (limited to 'docs')
m--------- | docs/submodules/appc/deployment.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/appc/deployment.git b/docs/submodules/appc/deployment.git -Subproject 9c96d16bb3d9b96467efc931684d351b64eb871 +Subproject 8b35c46769ded9fb513db4751b88aa468c721ff |