I'm using automated build to create docker images for a benchmark suite. In one of the benchmarks, which is web search, I have to use a very big index file (11GB). My image is not being built, and I'm receiving this error :The build has timed out.
But when I check the build log, which is very long, in the last line I can see that it has actually built successfully: Successfully built 4c84c7ec04c6
It seems that the worker responsible for creating this image, loses its connection with its master (registry node), while it is still processing and building the image. It's probably due to the fact that it takes a couple of hours to download the index file.
What can I do to prevent this from happening?
For more information, you can check the build log here.
Thanks.
I've contacted their support team, and according to their response, the current limits on Automated Builds are:
So, for larger builds you have to either break them into several Automated Builds connected by FROM
statements and Repository Links, or build them locally on your machine and push them to the repository.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With