bcardiff / docker-rclone

Docker image to use rclone to run cron sync with monitoring
https://hub.docker.com/r/bcardiff/rclone
MIT License
78 stars 60 forks source link

Fix ARG passing for previous versions #9

Closed pfidr34 closed 5 years ago

bcardiff commented 5 years ago

A drawback of this approach is that the file in /tmp might get stored in intermediate layers. The download to /tmp and the cleanup needs to occur in the same command in order to have the smallest layer possible AFAIK.

bcardiff commented 5 years ago

Fixed in 7428ba0a266cfd4deda00a05c3df2a086a689647 to overcome the caching (plus tests!)

Thanks, really