Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Build on Docker container #3939

amazingguni ·

We are building more than 10 projects in single quickbuild master with many agent.
Because each project has a different build environment, i wrote a script to build it in the docker container.
But, it seems that there is a limit to the script alone.(like job scheduling considering active docker container)
Supporting such a docker container build in quickbuild itself will be very helpful for our cases.(resource managing, docker image caching...)

If you have a plan, could you share it?

  • replies 2
  • views 1816
  • stars 0
robinshen ADMIN ·

Calling a script to run docker build is the suggested approach. You may configure grid resources in QB to limit how many docker build steps can run on a specific build agent. As to docker image caching, I guess docker process already caches it locally on a build agent if the same docker container is used on the same build agent.

amazingguni ·

Thanks for kind answer. :sunglasses: