1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Pratik raj
b113da5d19 chore: Use --no-cache-dir flag to pip in Dockerfiles, to save space
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

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
2021-07-02 01:02:49 +05:30
kev
41718a0e1f fix scrapyd 2021-04-14 16:26:13 +08:00
kev
dd70ca4100 upgrade scrapyd:py3 to 2.5.0 2021-04-13 17:04:01 +08:00
kev
5b2f1b7e5c update scrapyd 2021-03-29 15:39:47 +08:00
kev
02d21a23f8 update scrapyd 2021-02-01 15:16:46 +08:00
kev
aacfd8a6f6 update 2020-10-22 14:41:34 +08:00
kev
414672f1a6 update scrapyd 2020-10-16 14:45:15 +08:00
kev
7f434d29ae update scrapyd 2020-10-16 14:44:48 +08:00
kev
88160689af upgrade scrapy to 2.2.1 2020-07-20 10:59:14 +08:00
kev
21ff39567e update scrapy 2020-07-10 11:52:01 +08:00
kev
fcf05f47d6 update scrapyd 2020-05-29 12:11:32 +08:00
kev
724db85a01 fix scrapyd 2018-01-23 23:01:57 +08:00
kev
a62429af3c upgrade scrapyd base image 2018-01-23 22:54:44 +08:00
kev
241269a1e4 scrapyd: bind 0.0.0.0:6800 2017-05-09 14:12:22 +08:00
kev
7178a7aa72 scrapyd: run without pidfile 2017-04-04 11:59:17 +08:00
vimagick
be9ad440b1 add scrapyrt to scrapyd image 2017-03-06 13:08:27 +08:00
kev
fb634d2d92 add scrapyd-arm 2017-03-04 22:50:30 +08:00