gvisor/tools/vm/ubuntu1604
Pratik raj b9d9418334 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
2020-07-25 13:26:52 +05:30
..
10_core.sh Update Kokoro images to include newer gcloud. 2020-05-14 20:22:45 -07:00
15_gcloud.sh Update Kokoro images to include newer gcloud. 2020-05-14 20:22:45 -07:00
20_bazel.sh Automated rollback of changelist 312522097 2020-05-20 12:17:06 -07:00
30_docker.sh Automated rollback of changelist 321227330 2020-07-23 16:17:27 -07:00
40_kokoro.sh optimize size and time using "--no-cache-dir" 2020-07-25 13:26:52 +05:30
BUILD Add a functional vm_test for root_test. 2020-04-20 15:48:27 -07:00