mfdz / gtfs-hub

Collecting, shape-enhancing, validating, fixing and (partially) merging GTFS feeds
GNU Affero General Public License v3.0
29 stars 4 forks source link

always pull Docker images before running them #26

Open derhuerst opened 3 years ago

derhuerst commented 3 years ago

docker run --pull always has been added in Docker 20.10, so make sure your installation is recent enough.

hbruch commented 1 year ago

Sorry for having missed this PR. I did not check the penalty for checking for updates for every execution, did you? As an alternative, we could add an initially called target which updates all images.

derhuerst commented 1 year ago

I did not check the penalty for checking for updates for every execution, did you?

I haven't either. I assume it is a HEAD request for each image used, but I don't know for sure.