Skip to content

Guides

How to configure Docker builder profiles

Different images need different builder resources.

4 min read

Different images need different builder resources.

Why it happens

One builder size is used for everything, so small builds queue behind large ones.

How to fix it

  1. Define builder profiles per image class and select per job
  2. Give compile-heavy images more CPU and IO-heavy ones more disk
  3. Keep one builder per architecture so caches stay native

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.