Nature40 / pimod

Reconfigure Raspberry Pi images with an easy, Docker-like configuration file
GNU General Public License v3.0
127 stars 19 forks source link

Cache for remote FROM targets #19

Closed oxzi closed 4 years ago

oxzi commented 4 years ago

Since #15, the FROM command can use a (remote) URL as an image source. However, this does not include any caching, which is desirable for larger images. Consequently, caching should be implemented.

A possible problem is that the remote image for a URL has changed. At least for HTTP/S the Last-Modified field could be considered.