as per
https://docs.docker.com/docker-hub/download-rate-limit/
there is a limit on the number of pulls that can be triggered in any 6 hour time slot
in order to work around that, we need to setup a local dockerhub cache server
NOTES
faraday seems like the right place to put this server, as it mostly targets the FIT nodes (and the sopnodes will have the option to use it too)
- Théo had already put something in place, and on faraday too, except that it was poorly (not at all?) documented
as per
https://docs.docker.com/docker-hub/download-rate-limit/
there is a limit on the number of pulls that can be triggered in any 6 hour time slot
in order to work around that, we need to setup a local dockerhub cache server
NOTES
faradayseems like the right place to put this server, as it mostly targets the FIT nodes (and the sopnodes will have the option to use it too)