commit d7132a00b35ebe8626eca124c28c7fd08e440c83 Author: Zuul Date: Fri Oct 9 17:32:57 2020 +0000 Update git submodules * Update kuryr-libnetwork from branch 'master' - Merge "optimize size and time using --no-cache-dir" - 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 Change-Id: Ia635ecb0eaea3a400a0b03031efec354d0c3c77e Signed-off-by: Pratik Raj diff --git a/kuryr-libnetwork b/kuryr-libnetwork index 3f30c7a..e8ba97a 160000 --- a/kuryr-libnetwork +++ b/kuryr-libnetwork @@ -1 +1 @@ -Subproject commit 3f30c7a4f2ced89203a5d6da17c9d6c842ecdec7 +Subproject commit e8ba97ab8d7c711514b0c1f0d438c4f61c78db6f