When recently running ./launcher rebuild app, two Docker images were scheduled to download. One of them took a while, but another is taking a very long time (> 20 minutes).
Our vm has plenty of bandwidth. When checking nethogs, there was usually no download bandwidth at all for the Docker image that successfully downloaded (but occassionally that one was > 1 MB/s), and none for one I’m still waiting on.
I suppose that this is likely an issue with whatever Docker repository you’re using, but I thought I would bring it up. It might make more sense for us to compile our own Docker images, which is what we were doing earlier. Thanks.
My understanding is that Discourse uses Docker HUB, therefore, any issue in bandwidth and/or download speed is between your service provider (VM) and the Docker server itself.