What is the maximum size of resin.io image I can build?

Hello,

what is the maximum size of my resin image I can upload? Is it smarter to put large files onto a CDN and download while building or upload everything together?

Thanks

Having files on a CDN is the way to go as it builds faster (for my projects at least), anyway downloading while building will make your image larger but that’s not too much of a problem, if your files are really large download them from a CDN after the build before your app starts.