Skip to content

Docker

Docker Bake

Quick answer

Docker Bake is a buildx feature that builds multiple images from a declarative HCL or JSON file in one invocation.

Docker Bake is a buildx feature that builds multiple images from a declarative HCL or JSON file in one invocation.

Why it matters

It lets several images share one BuildKit session and one cache, which is significantly faster than looping docker build in a shell script.

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.