Docker Hub timeout in automated build

只愿长相守 提交于 2019-12-03 07:48:54

I've contacted their support team, and according to their response, the current limits on Automated Builds are:

  • 2 hours
  • 2 GB RAM
  • 1 CPU
  • 30 GB Disk Space

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.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!